Пример #1
0
 internal IEnumerable <Blog> GetBlogsByUserEmail(string creatorEmail)
 {
     return(_repo.GetBlogsByUserEmail(creatorEmail));
 }