示例#1
0
 public MemberService()
 {
     this.db = new MyGuestBookEntities();
 }
示例#2
0
 public GuestbookService()
 {
     db= new MyGuestBookEntities();
 }