示例#1
0
 public MaodeObraRepository(SGMContext sgmContext)
 {
     _SGMContext = sgmContext;
 }
示例#2
0
 public ServicoPagamentoRepository(SGMContext sGMContext, IServicoRepository servicoRepository, IFormaPagamentoRepository formaPagamentoRepository)
 {
     _sGMContext               = sGMContext;
     _servicoRepository        = servicoRepository;
     _formaPagamentoRepository = formaPagamentoRepository;
 }
示例#3
0
 public VeiculoMarcaRepository(SGMContext SGMContext)
 {
     _SGMContext = SGMContext;
 }
 public PecaRepository(SGMContext sgmContext)
 {
     _SGMContext = sgmContext;
 }
 public ControleStatusRepository(SGMContext sGMContext)
 {
     _sGMContext = sGMContext;
 }
 public VeiculoRepository(SGMContext sgmContext)
 {
     _SGMContext = sgmContext;
 }
示例#7
0
 public ClienteRepository(SGMContext context)
 {
     _SGMContext = context;
 }
 public FormaPagamentoRepository(SGMContext sGMContext)
 {
     _sGMContext = sGMContext;
 }
示例#9
0
 public ClienteVeiculoRepository(SGMContext sGMContext)
 {
     _SGMContext = sGMContext;
 }
示例#10
0
 public OrcamentoRepository(SGMContext sgmContext)
 {
     _SGMContext = sgmContext;
 }
 public ServicoRepository(SGMContext sgmContext)
 {
     _SGMContext = sgmContext;
 }
示例#12
0
 public ColaboradorRepository(SGMContext context)
 {
     _SGMContext = context;
 }