예제 #1
0
 public ItemAccount GetItemAccount(int Id)
 {
     return(_settingcontroller.GetItemAccount(Id));
 }
예제 #2
0
 public ItemAccount GetItemAccountById(int id)
 {
     return(_controller.GetItemAccount(id));
 }