public AdvContentInfoUnitTest()
 {
     _advContentInfoService = new AdvContentInfoService();
 }
Exemplo n.º 2
0
 public LayUiAdvController()
 {
     _advertisingSpaceService = new AdvertisingSpaceService();
     _advContentInfoService   = new AdvContentInfoService();
 }