public PostDao(BlogDb context) { this._db = context; }
public CategoriaDao(BlogDb context) { this._db = context; }
public UsuarioDao(BlogDb ctx) { this.context = ctx; }