コード例 #1
0
ファイル: LedgerController.cs プロジェクト: Beren1h/Insight
 public Decimal Sum(Sum sum)
 {
     return(_mongoContext.Total(sum));
 }