예제 #1
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.ReminderBillingResult> GetReminderBillingForReprintByDestinationAsync(string SessionKey, int companyId, Rac.VOne.Web.Models.ReminderOutputed reminderOutputed)
 {
     return(base.Channel.GetReminderBillingForReprintByDestinationAsync(SessionKey, companyId, reminderOutputed));
 }
예제 #2
0
 public Rac.VOne.Web.Models.ReminderBillingResult GetReminderBillingForReprintByDestination(string SessionKey, int companyId, Rac.VOne.Web.Models.ReminderOutputed reminderOutputed)
 {
     return(base.Channel.GetReminderBillingForReprintByDestination(SessionKey, companyId, reminderOutputed));
 }