Exemplo n.º 1
0
 public EmployeeRepository(nhrappdataContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 protected GenericRepository(nhrappdataContext context)
 {
     this.context = context;
 }