예제 #1
0
파일: WriteManager.cs 프로젝트: CHIclay/YUJ
 //添加创作
 public static int addwri(Write write)
 {
     return(WriteService.addwri(write));
 }