예제 #1
0
 public static int addComLinkman(ComLinkman comlinkman)
 {
     return(ComLinkmanService.addComLinkman(comlinkman));
 }
예제 #2
0
 public static int deleteComLinkmanByComId(int id)
 {
     return(ComLinkmanService.deleteComLinkmanByComId(id));
 }
예제 #3
0
 public static System.Data.DataTable getList(int id)
 {
     return(ComLinkmanService.getList(id));
 }
예제 #4
0
 public static IList <ComLinkman> getComLinkmanAll()
 {
     return(ComLinkmanService.getComLinkmanAll());
 }
예제 #5
0
 public static ComLinkman getComLinkmanById(int id)
 {
     return(ComLinkmanService.getComLinkmanById(id));
 }
예제 #6
0
 public static int updateComLinkman(ComLinkman comlinkman)
 {
     return(ComLinkmanService.updateComLinkmanById(comlinkman));
 }