Beispiel #1
0
 public DepartmentRepository(ExpBEContext context)
 {
     _ctx = context;
 }
Beispiel #2
0
 public GenericRepository(ExpBEContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #3
0
 public EmployeeRepository(ExpBEContext context) : base(context)
 {
 }