Ejemplo n.º 1
0
 public IList <CultureTemplateEntity> GetData(string name, int rows, int page, out int total)
 {
     return(service.GetData(name, rows, page, out total));
 }