Пример #1
0
        public int DeleteGroupMaster(int GroupId /*, ref string oUTPUT*/)
        {
            GroupMasterDAL dAL = new GroupMasterDAL();

            return(dAL.DeleteGroupMaster(GroupId /*, ref oUTPUT*/));
        }