public ShiftController()
 {
     _context = new ShiftModel();
 }
示例#2
0
 public ShiftController()
 {
     shiftModel = new ShiftModel();
 }