Ejemplo n.º 1
0
        public ActionResult <IEnumerable <CheckIn> > GetAll()
        {
            var checkins = _checkInRepo.List().ToList();

            return(checkins);
        }