Example #1
0
        public string Delete(Intern intern, int id)
        {
            String        Output       = "";
            BusinessModel Model_Delete = new BusinessModel();

            Output = Model_Delete.Delete(intern, id);
            return(Output);
        }