Esempio n. 1
0
 public EmployeeController()
 {
     _tsManager      = new TimesheetManager();
     _accountManager = new AccountManager();
     _tsUtil         = new TimesheetUtil(Mapper, _tsManager);
 }
Esempio n. 2
0
 public TimesheetController()
 {
     _tsManager = new TimesheetManager();
     _tsUtil    = new TimesheetUtil(Mapper, _tsManager);
 }