コード例 #1
0
ファイル: BlogService.cs プロジェクト: guitarrapc/dotnet-lab
 public Task <Blog[]> All()
 {
     return(_model.GetAll());
 }