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