Пример #1
0
 public IEnumerable <PlantDTO> FindByFilter([FromQuery] PlantFilter filter)
 {
     return(_plantService.FindByFilter(filter));
 }