示例#1
0
        public void CreateOperatorCity()
        {
            var operatorCity = new FormModel
            {
                CityId       = 1,
                DictionaryId = 1,
                OperatorId   = 1
            };

            var result = operatorCityService.Create(operatorCity);

            Assert.IsNotNull(result);
        }