Пример #1
0
 public async Task <List <Blog> > GetLastFiveBlog()
 {
     return(await _blogDal.GetLastFiveBlog());
 }