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