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