예제 #1
0
 public Article AddEntity(Article entity)
 {
     return(articleService.AddEntity(entity));
 }