Пример #1
0
 public Task CreateRegister(TimeKeepingBatch time)
 {
     return(_repository.CreateRegister(time));
 }