Exemplo n.º 1
0
 public string WholesaleChangeServicePlansV2(string mdn, string newPricePlan)
 {
     return(DataLayer_WholesaleSubscriptionModifyService.WholesaleChangeServicePlansV2(mdn, newPricePlan));
 }
Exemplo n.º 2
0
 public string IssueSMSBlockRequest(ESNInfo info)
 {
     return(DataLayer_WholesaleSubscriptionModifyService.IssueSMSBlockRequest(info));
 }
Exemplo n.º 3
0
 public string ChangeServicePlans(ESNInfo info, bool OldLocalCallOnly, bool OldVoiceMail, bool OldSMSBlock)
 {
     return(DataLayer_WholesaleSubscriptionModifyService.ChangeServicePlans(info, OldLocalCallOnly, OldVoiceMail, OldSMSBlock));
 }
Exemplo n.º 4
0
 public string RestoreSubscription(string mdn)
 {
     return(DataLayer_WholesaleSubscriptionModifyService.RestoreSubscription(mdn));
 }
Exemplo n.º 5
0
 public string HotlineSubscription(string mdn)
 {
     return(DataLayer_WholesaleSubscriptionModifyService.HotlineSubscription(mdn));
 }
Exemplo n.º 6
0
 public string SuspendSubscription(string mdn, string activity)
 {
     return(DataLayer_WholesaleSubscriptionModifyService.SuspendSubscription(mdn, activity));
 }
Exemplo n.º 7
0
 public string ExpireSubscription(string mdn, DateTime ExpireDate, bool expireDateSpecified)
 {
     return(DataLayer_WholesaleSubscriptionModifyService.ExpireSubscription(mdn, ExpireDate, expireDateSpecified));
 }
Exemplo n.º 8
0
 public DataTable GetPricePlans(String CSA)
 {
     return(DataLayer_WholesaleSubscriptionModifyService.GetPricePlans(CSA));
 }