Пример #1
0
 /// <summary>
 /// get profit for this wallet started from the first day of current month
 /// </summary>
 /// <returns>amount of profit</returns>
 public decimal GetThisMonthProfit(Wallet.Wallet wallet)
 {
     return(wallet.MonthProfit(this));
 }