public BaseRepositories(iSchedulingContext _context)
 {
     Entities = _context;
 }
예제 #2
0
 public DayOffRequestRepositories(iSchedulingContext context) : base(context)
 {
 }
 public EmployeeRepositories(iSchedulingContext context) : base(context)
 {
 }
예제 #4
0
 public ShiftRepositories(iSchedulingContext context) : base(context)
 {
 }
 public VacationRequestRepositories(iSchedulingContext context) : base(context)
 {
 }