Ejemplo n.º 1
0
 public Repository(LeadDataContext context)
 {
     this.context = context;
 }
Ejemplo n.º 2
0
 public ServiceRepository(LeadDataContext context) : base(context)
 {
 }
 public ServiceController(LeadDataContext context)
 {
     this.context     = context;
     this.serviceRepo = new ServiceRepository(context);
 }
 public LeadRepository(LeadDataContext context) : base(context)
 {
 }