Beispiel #1
0
 public static void DeleteNewsTypeById(int typeId)
 {
     NewsTypeService.DeleteNewsTypeByTypeId(typeId);
 }