Example #1
0
 public ActionResult <Contractor> Create([FromBody] Contractor newCon)
 {
     return(_cr.CreateContractor(newCon));
 }