Example #1
0
 public async Task <List <Blogg> > GetLastFiveBlogAsync()
 {
     return(await _blogDal.GetLastFiveBlogAsync());
 }