示例#1
0
 public System.Threading.Tasks.Task <Brand.Delete_Result> DeleteAsync(string Key)
 {
     Brand.Delete inValue = new Brand.Delete();
     inValue.Key = Key;
     return(((Brand.Export_Dimension_Brand_for_SQ_Port)(this)).DeleteAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <Brand.Delete_Result> Brand.Export_Dimension_Brand_for_SQ_Port.DeleteAsync(Brand.Delete request)
 {
     return(base.Channel.DeleteAsync(request));
 }