Пример #1
0
 public ActionResult <IEnumerable <Contractor> > GetContractorsByJobId(int jobId)
 {
     return(Ok(_cr.GetConsByJobId(jobId)));
 }