コード例 #1
0
 public UpdateAthleteProductHandler(IAthleteProductService athleteProductService)
 {
     _athleteProductService = athleteProductService;
 }
コード例 #2
0
 public AddAthleteProductHandler(IAthleteProductService athleteProductService)
 {
     _athleteProductService = athleteProductService;
 }