Esempio n. 1
0
 public int InsertIntoEvents(int EventID, string EventTitle, string FullName, string NRIC, string Email, int Handphone, string ReferralSource, string reason, System.DateTime DOB, string nationality, string HighestEducation, string CurrentEmployment, System.DateTime RegistrationDate, int TnC, out string ex)
 {
     ACI_FrontEndWeb_Development.ServiceReference.InsertIntoEventsRequest inValue = new ACI_FrontEndWeb_Development.ServiceReference.InsertIntoEventsRequest();
     inValue.EventID           = EventID;
     inValue.EventTitle        = EventTitle;
     inValue.FullName          = FullName;
     inValue.NRIC              = NRIC;
     inValue.Email             = Email;
     inValue.Handphone         = Handphone;
     inValue.ReferralSource    = ReferralSource;
     inValue.reason            = reason;
     inValue.DOB               = DOB;
     inValue.nationality       = nationality;
     inValue.HighestEducation  = HighestEducation;
     inValue.CurrentEmployment = CurrentEmployment;
     inValue.RegistrationDate  = RegistrationDate;
     inValue.TnC               = TnC;
     ACI_FrontEndWeb_Development.ServiceReference.InsertIntoEventsResponse retVal = ((ACI_FrontEndWeb_Development.ServiceReference.IService1)(this)).InsertIntoEvents(inValue);
     ex = retVal.ex;
     return(retVal.InsertIntoEventsResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <ACI_FrontEndWeb_Development.ServiceReference.InsertIntoEventsResponse> InsertIntoEventsAsync(ACI_FrontEndWeb_Development.ServiceReference.InsertIntoEventsRequest request)
 {
     return(base.Channel.InsertIntoEventsAsync(request));
 }
Esempio n. 3
0
 ACI_FrontEndWeb_Development.ServiceReference.InsertIntoEventsResponse ACI_FrontEndWeb_Development.ServiceReference.IService1.InsertIntoEvents(ACI_FrontEndWeb_Development.ServiceReference.InsertIntoEventsRequest request)
 {
     return(base.Channel.InsertIntoEvents(request));
 }