public UpdateAthleteProductHandler(IAthleteProductService athleteProductService)
 {
     _athleteProductService = athleteProductService;
 }
示例#2
0
 public AddAthleteProductHandler(IAthleteProductService athleteProductService)
 {
     _athleteProductService = athleteProductService;
 }