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