public SponsorTypeTagHelper(ISponsorTypeService sponsorTypeService)
 {
     this.sponsorTypeService = sponsorTypeService;
 }
Esempio n. 2
0
 public SponsorTypesController(ISponsorTypeService sponsorTypeService)
 {
     this.sponsorTypeService = sponsorTypeService;
 }