Exemplo n.º 1
0
 public async Task <Field> GetFieldByIdAsync(int fieldId)
 {
     return(await fieldRepository.GetFieldByIdAsync(fieldId));
 }