public LoginProprietarioRepository(IgrejaContext igrejacontext) : base(igrejacontext) { _igrejaContext = igrejacontext; }
public ComentarioRepository(IgrejaContext igrejaContext) : base(igrejaContext) { _igrejaContext = igrejaContext; }