コード例 #1
0
 public async Task <Blog> FindByBlogTitleAsync(string title)
 {
     return(await _blogDal.FindByBlogTitleAsync(title));
 }