Beispiel #1
0
 public PropertyInfoController()
 {
     this.propertyService = new PropertyService();
     this.landlordService = new LandlordService();
     this.tenantService   = new TenantService();
 }
Beispiel #2
0
 public LandlordController()
 {
     this.landlordService = new LandlordService();
 }