public SessionController( UsuarioDao dao ) : base() { this.dao = dao; }
public UsuariosController(UsuarioDao dao) : base() { this.dao = dao; }