示例#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));
 }