예제 #1
0
 public AccountStatement(int id)
 {
     this.houseId = id;
     InitializeComponent();
     this._accountStatementService = new AccountStatementService();
     HeaderSection.IsVisible       = false;
 }
예제 #2
0
 public AccountStatementController(AccountStatementService statementAccount)
 {
     _statementAccount = statementAccount;
 }
예제 #3
0
 public void Startup()
 {
     service = new AccountStatementService();
 }