Exemple #1
0
 public void UpdateTimeReport(ITimeReportViewModel model)
 {
     _repository.UpdateTimeReport(model);
 }
Exemple #2
0
 public void UpdateTimeReport(ITimeReportViewModel model)
 {
     // update to mongo
     throw new NotImplementedException();
 }