Ejemplo n.º 1
0
 public async Task <Field[]> GetAllFieldsBySurfaceAsync(Surfaces surface)
 {
     return(await fieldRepository.GetAllFieldsBySurface(surface).ToArrayAsync());
 }