public UpdateAthleteProductHandler(IAthleteProductService athleteProductService)
 {
     _athleteProductService = athleteProductService;
 }
Пример #2
0
 public AddAthleteProductHandler(IAthleteProductService athleteProductService)
 {
     _athleteProductService = athleteProductService;
 }