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