diff --git a/AyCode.Core/AcDomain.cs b/AyCode.Core/AcDomain.cs index 5f0e050..341df7d 100644 --- a/AyCode.Core/AcDomain.cs +++ b/AyCode.Core/AcDomain.cs @@ -40,7 +40,7 @@ } #endif - return true; + return false; } } diff --git a/AyCode.Services.Server/Logins/AcLoginServiceServer.cs b/AyCode.Services.Server/Logins/AcLoginServiceServer.cs index 0265edf..8c46a8e 100644 --- a/AyCode.Services.Server/Logins/AcLoginServiceServer.cs +++ b/AyCode.Services.Server/Logins/AcLoginServiceServer.cs @@ -29,17 +29,17 @@ using Microsoft.Extensions.Configuration; namespace AyCode.Services.Server.Logins; -public class AcLoginServiceServer(TDal userDal, IConfiguration configuration) - : AcLoginServiceBase, IAcLoginServiceServer +public class AcLoginServiceServer(TDal userDal, IConfiguration configuration) + : AcLoginServiceBase, IAcLoginServiceServer - where TResultLoggedInModel : class, IAcLoggedInModelBase - where TDal : AcUserDalBase - where TDbContext : AcDbContextBase, IAcUserDbContextBase - where TUser : class, IAcUser + where TResultLoggedInModel : class, IAcLoggedInModelBase + where TDal : AcUserDalBase + where TDbContext : AcDbContextBase, IAcUserDbContextBase + where TUser : class, IAcUser where TUserToken : class, IAcUserTokenBase where TProfile : class, IAcProfile where TCompany : class, IAcCompanyBase - where TUserToServiceProvider : class, IAcUserToCompanyBase + where TUserToCompany : class, IAcUserToCompanyBase where TProfileAddress : class, IAcAddress where TEmailMessage : class, IAcEmailMessageBase {