コード例 #1
0
 public IEnumerable <Container> GetNonEmpty([FromQuery] ClientQuery query)
 {
     return(_containerRepo.GetNonEmpty(query));
 }