Example #1
0
 public DistrictLabelTagHelper([FromServices] AddressService dbContext)
 {
     DbContext = dbContext;
 }
 public HousingTypeLabelTagHelper([FromServices] AddressService dbContext)
 {
     DbContext = dbContext;
 }