Esempio n. 1
0
 public static int deleteCusType(int id)
 {
     return(CusTypeService.deleteCusTypeById(id));
 }