Exemplo n.º 1
0
 public (DbUserEntity, DbUserInfoEntity) Get(int userId)
 {
     return(_ormAdapter.getUser(userId));
 }