Ejemplo n.º 1
0
 public PublicView GetListByPage([FromBody] PublicQuery query)
 {
     return(_roleDao.GetListByPage(query));
 }