public void Post([FromBody] BillPay billPay) { _repo.Add(billPay); }
public void Post([FromBody] BillPay customer) { _repo.Add(customer); }