コード例 #1
0
 public DistrictLabelTagHelper([FromServices] AddressService dbContext)
 {
     DbContext = dbContext;
 }
コード例 #2
0
 public HousingTypeLabelTagHelper([FromServices] AddressService dbContext)
 {
     DbContext = dbContext;
 }