Ejemplo n.º 1
0
 public EmpresaRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
     Context = helpIncContext;
 }
Ejemplo n.º 2
0
 public BaseRepository(HelpIncContext helpIncContext)
 {
     HelpIncContext = helpIncContext;
 }
Ejemplo n.º 3
0
 public GeolocalizationRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }
Ejemplo n.º 4
0
 public GroupRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }
Ejemplo n.º 5
0
 public ConsumidorRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
     Context = helpIncContext;
 }
Ejemplo n.º 6
0
 public EnderecoRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
     Context = helpIncContext;
 }
Ejemplo n.º 7
0
 public LoginRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
     Context = helpIncContext;
 }
Ejemplo n.º 8
0
 public HabilidadeRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }
Ejemplo n.º 9
0
 public SkillLevelRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }
Ejemplo n.º 10
0
 public ProviderRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }
Ejemplo n.º 11
0
 public AddressRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }
Ejemplo n.º 12
0
 public PrestadorRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
     Context = helpIncContext;
 }
Ejemplo n.º 13
0
 public CompanyRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }
Ejemplo n.º 14
0
 public ConsumerRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }
Ejemplo n.º 15
0
 public MensagemRepository(HelpIncContext helpIncContext) : base(helpIncContext)
 {
 }