コード例 #1
0
ファイル: BookExample.cs プロジェクト: rammicz/MongoRepo
 public async Task <int> GetByCustomRepositoryMethod()
 {
     return(await _bookRepo.GetBookCountAsync());
 }