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