Beispiel #1
0
 public PublicView GetListByPage([FromBody] PublicQuery query)
 {
     return(_menuDao.GetListByPage(query));
 }