Beispiel #1
0
 public AreaRepositorio(SGPagContexto sGPagContexto) : base(sGPagContexto)
 {
 }
Beispiel #2
0
 public BaseRepositorio(SGPagContexto sGPagContexto)
 {
     SGPagContexto = sGPagContexto;
 }
Beispiel #3
0
 public UsuarioRepositorio(SGPagContexto sGPagContexto) : base(sGPagContexto)
 {
 }
Beispiel #4
0
 public EstadoRepositorio(SGPagContexto sGPagContexto) : base(sGPagContexto)
 {
 }
 public FornecedorRepositorio(SGPagContexto sGPagContexto) : base(sGPagContexto)
 {
 }
Beispiel #6
0
 public EmpresaRepositorio(SGPagContexto sGPagContexto) : base(sGPagContexto)
 {
 }
Beispiel #7
0
 public ContratoRepositorio(SGPagContexto sGPagContexto) : base(sGPagContexto)
 {
 }