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