Ejemplo n.º 1
0
 public BaseService()
 {
     this.Db = new IdeaPathEntities();
 }
Ejemplo n.º 2
0
 public BaseService(IdeaPathEntities db)
 {
     this.Db = db;
 }