public VoucherDetailRepository(EHSContext context) : base(context) { }
Exemplo n.º 2
0
 public CompanyRepository(EHSContext context) : base(context)
 {
 }
Exemplo n.º 3
0

        
Exemplo n.º 4
0

        
Exemplo n.º 5
0
 public GenericRepository(EHSContext context)
 {
     this.Context = context;
 }