예제 #1
0
 internal IEnumerable <Blog> GetBlogsByProfileId(string id)
 {
     return(_repo.GetBlogsByProfileId(id));
 }