Exemplo n.º 1
0
 public IList <ItemAccount> ListItemAccounts()
 {
     return(_settingController.GetItemAccounts());
 }
 public IList <ItemAccount> GetItemAccounts()
 {
     return(_controller.GetItemAccounts());
 }