Ejemplo n.º 1
0
 public async Task <FundResponse> FundIn(FundRequest request)
 {
     return(await _memberApiProxy.FundInAsync(request));
 }