コード例 #1
0
 public Task <List <Blog> > GetListWithAllPropAsync()
 {
     return(_blogDal.GetListWithAllPropAsync());
 }