Example #1
0
 public AccountBookService()
 {
     _AccountBookRepository = new AccountBookRepository();
 }
Example #2
0
 public HomeController()
 {
     this.AccountBookRepository = new AccountBookRepository();
 }