示例#1
0
        public int CheckDuplicate(Office office)
        {
            int count = _officeRepository.CheckDuplicate(office);

            return(count);
        }