コード例 #1
0
 public UserWeightController(IUserWeightRepository repo)
 {
     this.repo = repo;
 }
コード例 #2
0
 public UserWeightBusinessLogic(IUserWeightRepository userWeightRepository)
 {
     this.userWeightRepository = userWeightRepository;
 }