Пример #1
0
 public override void ProcessDTOPostPut(MealCategoryDTO dto, int id, Client currentClient)
 {
     orig = repo.GetMealCategoryById(dto == null ? id : (int)dto.Id, currentClient.Id);
 }