Пример #1
0
 public List <News> Get([FromQuery(Name = "")] OffsetLimit offsetLimit)
 {
     return(_dao.Get(offsetLimit));
 }