Example #1
0
        // GET: api/AgentyJobApplication/5
        public ResponseGet Get(string id)
        {
            MongoDBProcess process = new MongoDBProcess();

            return(process.getResumeById(id));
        }