Пример #1
0
 public async Task <ShiftViewModel> Post([FromBody] ShiftViewModel shift)
 {
     return(_shiftService.CreateViewModel(shift));
 }