コード例 #1
0
ファイル: RepositoryBase.cs プロジェクト: wenjunGG/PDAPI
 public Task <int> CommitAsync()
 {
     return(_dataContext.CommitAsync());
 }