Example #1
0
 public async Task <TaskType> Update(TaskType taskType)
 {
     return(await _taskTypeRepository.Update(taskType));
 }