Example #1
0
 public IHttpActionResult FranchiseeTenantUpdatePayment(FranchiseeTenantUpdatePaymentDto franchiseeTenantUpdatePaymentDto)
 {
     return(Ok(_franchiseeTenantService.FranchiseeTenantUpdatePayment(franchiseeTenantUpdatePaymentDto)));
 }