public RepositoryOperador(GeaContext context) : base(context) { }
public RepositoryEmpresa(GeaContext context) : base(context) { }
public RepositoryBase(GeaContext context) { Db = context; }
public RepositoryRegistroDeFluxo(GeaContext context) : base(context) { }
public RepositoryCarro(GeaContext context) : base(context) { }
public RepositoryFaturamento(GeaContext context) : base(context) { }
public RepositoryPerfil(GeaContext context) : base(context) { }