Exemplo n.º 1
0
 public InterfaceAccountService(CTMSContext CTMSContext, IInterfaceAccountDAL InterfaceAccountDAL)
 {
     this.CTMSContext         = CTMSContext;
     this.InterfaceAccountDAL = InterfaceAccountDAL;
     this.Dal = InterfaceAccountDAL;
 }
 public InterfaceAccountService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IInterfaceAccountDAL InterfaceAccountDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.InterfaceAccountDAL    = InterfaceAccountDAL;
     this.Dal = InterfaceAccountDAL;
 }