Esempio n. 1
0
 public static int addComType(ComType comtype)
 {
     return(ComTypeService.addComType(comtype));
 }
Esempio n. 2
0
 public static IList <ComType> getComTypeAll()
 {
     return(ComTypeService.getComTypeAll());
 }
Esempio n. 3
0
 public static int getComTypeByTypename(string typename)
 {
     return(ComTypeService.getComTypeByTypename(typename));
 }
Esempio n. 4
0
 public static ComType getComTypeById(int id)
 {
     return(ComTypeService.getComTypeById(id));
 }
Esempio n. 5
0
 public static int deleteComType(int id)
 {
     return(ComTypeService.deleteComTypeById(id));
 }
Esempio n. 6
0
 public static int updateComType(ComType comtype)
 {
     return(ComTypeService.updateComTypeById(comtype));
 }