Ejemplo n.º 1
0
 public async Task <JsonResult> GetTaskTypeById([Required] Guid id)
 => await JsonAsync(_taskTypeService.GetTaskTypeByIdAsync(id));