public PaymentDetailsController(PaymentDetailDBContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public Repository(PaymentDetailDBContext context)
 {
     RepositoryContext = context;
     this.dbSet        = context.Set <T>();
 }