Ejemplo n.º 1
0
 public bool UpdateFee(ref eSAR.StudentFeeServiceRef.Fee fee, ref string message)
 {
     eSAR.StudentFeeServiceRef.UpdateFeeRequest inValue = new eSAR.StudentFeeServiceRef.UpdateFeeRequest();
     inValue.fee     = fee;
     inValue.message = message;
     eSAR.StudentFeeServiceRef.UpdateFeeResponse retVal = ((eSAR.StudentFeeServiceRef.IFeeService)(this)).UpdateFee(inValue);
     fee     = retVal.fee;
     message = retVal.message;
     return(retVal.UpdateFeeResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <eSAR.StudentFeeServiceRef.UpdateFeeResponse> UpdateFeeAsync(eSAR.StudentFeeServiceRef.UpdateFeeRequest request)
 {
     return(base.Channel.UpdateFeeAsync(request));
 }
Ejemplo n.º 3
0
 eSAR.StudentFeeServiceRef.UpdateFeeResponse eSAR.StudentFeeServiceRef.IFeeService.UpdateFee(eSAR.StudentFeeServiceRef.UpdateFeeRequest request)
 {
     return(base.Channel.UpdateFee(request));
 }