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