示例#1
0
 public void DeleteOperatorCity()
 {
     operatorCityService.Delete(2);
     Assert.AreEqual(1, db.OperatorCities.Count());
 }