Example #1
0
        public void Delete(int Original_SystemFunctionId)
        {
            SystemFunctionDAC systemfunctionComponent = new SystemFunctionDAC();

            systemfunctionComponent.DeleteSystemFunction(Original_SystemFunctionId);
        }