Пример #1
0
 public AccessTokenService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IAccessTokenDAL AccessTokenDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.AccessTokenDAL         = AccessTokenDAL;
     this.Dal = AccessTokenDAL;
 }
Пример #2
0
 public AccessTokenService(CTMSContext CTMSContext, IAccessTokenDAL AccessTokenDAL)
 {
     this.CTMSContext    = CTMSContext;
     this.AccessTokenDAL = AccessTokenDAL;
     this.Dal            = AccessTokenDAL;
 }