Exemplo n.º 1
0
        public string Delete(string id)
        {
            var stateInfo = GeneralHandler.StateSuccess;

            if (!string.IsNullOrEmpty(id))
            {
                DawnAuthDepartmentBLL.Delete(int.Parse(id), true);
            }
            return(stateInfo);
        }