Ejemplo n.º 1
0
 public static List <Sys_Language> GetList(string strWhere, int pageIndex, int pageSize, out int count)
 {
     return(Sys_LanguageDAL.GetList(strWhere, pageIndex, pageSize, out count));
 }
Ejemplo n.º 2
0
 public static List <Sys_Language> GetList(string strWhere)
 {
     return(Sys_LanguageDAL.GetList(strWhere));
 }