public UpdateAthleteProductHandler(IAthleteProductService athleteProductService)
 {
     _athleteProductService = athleteProductService;
 }
Ejemplo n.º 2
0
 public AddAthleteProductHandler(IAthleteProductService athleteProductService)
 {
     _athleteProductService = athleteProductService;
 }