Esempio n. 1
0
 public static int addCusType(CusType custype)
 {
     return(CusTypeService.addCusType(custype));
 }
Esempio n. 2
0
 public static IList <CusType> getCusTypeAll()
 {
     return(CusTypeService.getCusTypeAll());
 }
Esempio n. 3
0
 public static int getCusTypeBytypename(string typename)
 {
     return(CusTypeService.getCusTypeBytypename(typename));
 }
Esempio n. 4
0
 public static CusType getCusTypeById(int id)
 {
     return(CusTypeService.getCusTypeById(id));
 }
Esempio n. 5
0
 public static int deleteCusType(int id)
 {
     return(CusTypeService.deleteCusTypeById(id));
 }
Esempio n. 6
0
 public static int updateCusType(CusType custype)
 {
     return(CusTypeService.updateCusTypeById(custype));
 }