Example #1
0
 public async Task <Blog> Get(int id)
 {
     return(await _model.GetByBlogId(id));
 }