public InterfaceAccessTokenService(CTMSContext CTMSContext, IInterfaceAccessTokenDAL InterfaceAccessTokenDAL)
 {
     this.CTMSContext             = CTMSContext;
     this.InterfaceAccessTokenDAL = InterfaceAccessTokenDAL;
     this.Dal = InterfaceAccessTokenDAL;
 }
Пример #2
0
 public InterfaceAccessTokenService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IInterfaceAccessTokenDAL InterfaceAccessTokenDAL)
 {
     this.LdCmsDbEntitiesContext  = LdCmsDbEntitiesContext;
     this.InterfaceAccessTokenDAL = InterfaceAccessTokenDAL;
     this.Dal = InterfaceAccessTokenDAL;
 }