Пример #1
0
 public UserWeightController(IUserWeightRepository repo)
 {
     this.repo = repo;
 }
 public UserWeightBusinessLogic(IUserWeightRepository userWeightRepository)
 {
     this.userWeightRepository = userWeightRepository;
 }