Пример #1
0
 public ActionResult <string> AddContractorToJob(string conId, int jobId)
 {
     return(_cr.AddConToJob(conId, jobId));
 }