Esempio n. 1
0
 public ClientRepository(EFContext.EFContext.ShopContext context)
 {
     this.context = context;
 }
Esempio n. 2
0
 public AccountRepository(EFContext.EFContext.ShopContext context)
 {
     this.context = context;
 }
Esempio n. 3
0
 public BillRepository(EFContext.EFContext.ShopContext context)
 {
     this.context = context;
 }
 public ApplicationUserRepository(EFContext.EFContext.ShopContext context, UserManager <ApplicationUser> userManager)
 {
     this.context = context;
 }
Esempio n. 5
0
 public UserActionLogRepository(EFContext.EFContext.ShopContext context)
 {
     this.context = context;
 }