Esempio n. 1
0
 public static NewsType GetAllTypeByTypeId(int typeid)
 {
     return(NewsTypeService.GetAllTypeByTypeId(typeid));
 }