コード例 #1
0
 public static int addTo_Post(To_Post to_post)
 {
     return(To_PostService.addTo_Post(to_post));
 }
コード例 #2
0
 public static int getLoginInfoByPostname(string postname)
 {
     return(To_PostService.getLoginInfoByPostname(postname));
 }
コード例 #3
0
 public static IList <To_Post> getTo_PostAll()
 {
     return(To_PostService.getTo_PostAll());
 }
コード例 #4
0
 public static To_Post getTo_PostById(int id)
 {
     return(To_PostService.getTo_PostById(id));
 }
コード例 #5
0
 public static int deleteTo_Post(int id)
 {
     return(To_PostService.deleteTo_PostById(id));
 }
コード例 #6
0
 public static int updateTo_Post(To_Post to_post)
 {
     return(To_PostService.updateTo_PostById(to_post));
 }