Ejemplo n.º 1
0
 public AlertsService()
 {
     this.data = new AlertsData(ApplicationDbContext.Create());
 }
 public AlertsService()
 {
     this.data = new AlertsData(ArticlesDbContext.Create());
 }
Ejemplo n.º 3
0
 public AlertsService()
 {
     this.data = new AlertsData(ApplicationDbContext.Create());
 }
 public AlertsService()
 {
     this.data = new AlertsData(ArticlesDbContext.Create());
 }