Esempio n. 1
0
 public AccountsController()
 {
     this.Service = new PropertyManagementService();
 }
Esempio n. 2
0
 public DashboardController()
 {
     this.Service = new PropertyManagementService();
 }
Esempio n. 3
0
 public BillsController()
 {
     this.Service = new PropertyManagementService();
 }
 public LeaseTermsController()
 {
     this.Service = new PropertyManagementService();
 }
Esempio n. 5
0
 public TransactionsController()
 {
     this.Service = new PropertyManagementService();
 }
Esempio n. 6
0
 public LeaseApplicationsController()
 {
     Service = new PropertyManagementService();
 }