public void SetClientPrice(decimal price)
 {
     if (SPClientGroupID == null)
     {
         SPClientPriceWrapper.SetClientPrice(this.Id, price);
     }
     else
     {
         SPClientPriceWrapper.SetClientGroupPrice(this.Id, SPClientGroupID.Id, price);
     }
 }
예제 #2
0
 public static void SaveOrUpdate(SPClientPriceWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }
예제 #3
0
 public static void Refresh(SPClientPriceWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
예제 #4
0
 public static void Delete(SPClientPriceWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
예제 #5
0
 public static void Refresh(SPClientPriceWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
예제 #6
0
 public static void Delete(SPClientPriceWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
예제 #7
0
 public static void SaveOrUpdate(SPClientPriceWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }