Beispiel #1
0
 public void Post([FromBody] BillPay billPay)
 {
     _repo.Add(billPay);
 }
Beispiel #2
0
 public void Post([FromBody] BillPay customer)
 {
     _repo.Add(customer);
 }