コード例 #1
0
ファイル: GroupPrice.cs プロジェクト: LavoTP/Arad.SMS.Gateway
 public static bool DeleteGroupPrice(Guid groupPriceGuid)
 {
     Business.GroupPrice groupPriceController = new Business.GroupPrice();
     return(groupPriceController.Delete(groupPriceGuid));
 }