Beispiel #1
0
 public static List <NewsClassModel> GetNewsClassList(int parentid)
 {
     return(EispNewsClassDAL.GetNewsClassList(parentid));
 }