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