示例#1
0
 public bool CreateFee(ref eSAR.StudentFeeServiceRef.Fee fee, ref string message)
 {
     eSAR.StudentFeeServiceRef.CreateFeeRequest inValue = new eSAR.StudentFeeServiceRef.CreateFeeRequest();
     inValue.fee     = fee;
     inValue.message = message;
     eSAR.StudentFeeServiceRef.CreateFeeResponse retVal = ((eSAR.StudentFeeServiceRef.IFeeService)(this)).CreateFee(inValue);
     fee     = retVal.fee;
     message = retVal.message;
     return(retVal.CreateFeeResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <eSAR.StudentFeeServiceRef.CreateFeeResponse> CreateFeeAsync(eSAR.StudentFeeServiceRef.CreateFeeRequest request)
 {
     return(base.Channel.CreateFeeAsync(request));
 }
示例#3
0
 eSAR.StudentFeeServiceRef.CreateFeeResponse eSAR.StudentFeeServiceRef.IFeeService.CreateFee(eSAR.StudentFeeServiceRef.CreateFeeRequest request)
 {
     return(base.Channel.CreateFee(request));
 }