コード例 #1
0
 public IActionResult Index()
 {
     _levelLinkService.AddSingleProvince("河南_测试");//测试
     return(View());
 }
コード例 #2
0
 //public TestAdd()
 //{
 //    _customerAppService = customerAppService;
 //}
 public void AddTestP(string name)
 {
     _customerAppService.AddSingleProvince(name);
     //_customerAppService.AddSingleCity("郑州");
 }