コード例 #1
0
ファイル: LedgerController.cs プロジェクト: Beren1h/Insight
 public bool Save(Earning earning)
 {
     return(_mongoContext.SaveEarning(earning));
 }