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