Ejemplo n.º 1
0
        public User Get(int id)
        {
            var qry = _userQueries.FetchUser(id);

            return(qry);
        }