public ShiftController()
 {
     _context = new ShiftModel();
 }
Esempio n. 2
0
 public ShiftController()
 {
     shiftModel = new ShiftModel();
 }