public RepositoryOperador(GeaContext context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public RepositoryEmpresa(GeaContext context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 public RepositoryBase(GeaContext context)
 {
     Db = context;
 }
Exemplo n.º 4
0
 public RepositoryRegistroDeFluxo(GeaContext context)
     : base(context)
 {
 }
Exemplo n.º 5
0
 public RepositoryCarro(GeaContext context)
     : base(context)
 {
 }
Exemplo n.º 6
0
 public RepositoryFaturamento(GeaContext context)
     : base(context)
 {
 }
 public RepositoryPerfil(GeaContext context)
     : base(context)
 {
 }