Exemple #1
0
 internal IEnumerable <Blog> GetBlogsByCreatorId(string id)
 {
     return(_repo.GetBlogsByCreatorId(id));
 }