Beispiel #1
0
 public PropertyInterestController(IRealEstatePropertyInterestRepository realEstatePropertyInterestRepository)
 {
     this.realEstatePropertyInterestRepository = realEstatePropertyInterestRepository;
 }