コード例 #1
0
 public PaymentDueRepository(LendeeContext context) : base(context)
 {
 }
コード例 #2
0
 public RepaymentRepository(LendeeContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public GenericRepository(LendeeContext context)
 {
     this.context = context;
     this.set     = context.Set <T>();
 }
コード例 #4
0
 public ContractDraftRepository(LendeeContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public EntityRepository(LendeeContext context)
 {
     this.context = context;
 }