コード例 #1
0
 public AdminCity_TownController(ICityService ICityService, ITownService ITownService, IGuideNeighborhoodService IGuideNeighborhoodService, ApplicationUserManager userManager) : base(userManager)
 {
     _iCityService = ICityService;
     _iTownService = ITownService;
     _iGuideNeighborhoodService = IGuideNeighborhoodService;
 }
コード例 #2
0
 public AdminNeighborhoodController(IGuideNeighborhoodService IGuideNeighborhoodService, ApplicationUserManager userManager) : base(userManager)
 {
     _iGuideNeighborhoodService = IGuideNeighborhoodService;
 }