예제 #1
0
        /// <summary>
        /// 
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        //public Rec_InterviewModel DeleteOrRemove(string id)
        //{
        //    ActionService service = new ActionService(UserLogin);
        //    var result = service.DeleteOrRemove<Rec_InterviewEntity, Rec_InterviewModel>(id);
        //    return result;
        //}

        public void Delete(Guid ID)
        {
            var service = new Rec_CandidateServices();
            var result = service.Remove<Rec_InterviewEntity>(ID);
        }