コード例 #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;
 }
コード例 #4
0
 public PecaRepository(SGMContext sgmContext)
 {
     _SGMContext = sgmContext;
 }
 public ControleStatusRepository(SGMContext sGMContext)
 {
     _sGMContext = sGMContext;
 }
コード例 #6
0
 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;
 }
コード例 #11
0
 public ServicoRepository(SGMContext sgmContext)
 {
     _SGMContext = sgmContext;
 }
コード例 #12
0
 public ColaboradorRepository(SGMContext context)
 {
     _SGMContext = context;
 }