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