Exemplo n.º 1
0
 public PaymentDueRepository(LendeeContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public RepaymentRepository(LendeeContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public GenericRepository(LendeeContext context)
 {
     this.context = context;
     this.set     = context.Set <T>();
 }
Exemplo n.º 4
0
 public ContractDraftRepository(LendeeContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public EntityRepository(LendeeContext context)
 {
     this.context = context;
 }