예제 #1
0
 public ResponseModel <List <AccountsModel> > GetAccountByCode(int id)
 {
     _logger.Debug($"GetAccountByCode with code: {id}");
     return(_accountservice.GetAccountByCode(id));
 }