Example #1
0
 public CommonDbResponse ManageGateway(GatewayCommon gatewaysetup)
 {
     return(repo.ManageGateway(gatewaysetup));
 }