コード例 #1
0
ファイル: GroupPrice.cs プロジェクト: LavoTP/Arad.SMS.Gateway
 public static decimal GetUserBaseSmsPrice(Guid userGuid, Guid parentGuid, long smsCount, ref bool decreaseTax)
 {
     Business.GroupPrice groupPriceController = new Business.GroupPrice();
     return(groupPriceController.GetUserBaseSmsPrice(userGuid, parentGuid, smsCount, ref decreaseTax));
 }