Ejemplo n.º 1
0
 public ActionResult <IEnumerable <Contractor> > Get()
 {
     return(Ok(_cr.GetALL()));
 }
        public ActionResult <IEnumerable <Contractor> > Get()
        {
            var x = new User();

            return(Ok(_cr.GetALL()));
        }