Exemplo n.º 1
0
 public ItemAccount GetItemAccount(int Id)
 {
     return(_settingcontroller.GetItemAccount(Id));
 }
Exemplo n.º 2
0
 public ItemAccount GetItemAccountById(int id)
 {
     return(_controller.GetItemAccount(id));
 }