public EmployeeDal(AlloeContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GenericRepository(AlloeContext context)
 {
     _context = context;
 }
 public EmployeeService(AlloeContext context) : base(context)
 {
     _context = context;
 }