Пример #1
0
 public ActionResult GetCodesByEnterpriseId(int id)
 {
     return(Ok(_service.GetCodesByEnterpriseId(id)));
 }