public string result { get; set; }
public string responseCode { get; set; }
public string responseMessage { get; set; }
and want to return that customer or transaction object also, if customer object came in request then my above class object plus customer that object if transaction object came then my above class object plus that trasaction object. there are many other classes also
thanks

Tejas TrivediPosted Feb 10, 2017, 4:35 PM
> Save(List data)
>(response);