コード例 #1
0
 public List <BlogDTO> GetFacBlogs(int facId)
 {
     return(facultyService.GetBlogs(facId));
 }