コード例 #1
0
 public ClientRepository(EFContext.EFContext.ShopContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public AccountRepository(EFContext.EFContext.ShopContext context)
 {
     this.context = context;
 }
コード例 #3
0
ファイル: BillRepository.cs プロジェクト: orosbogdan/BankApp
 public BillRepository(EFContext.EFContext.ShopContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public ApplicationUserRepository(EFContext.EFContext.ShopContext context, UserManager <ApplicationUser> userManager)
 {
     this.context = context;
 }
コード例 #5
0
 public UserActionLogRepository(EFContext.EFContext.ShopContext context)
 {
     this.context = context;
 }