Exemplo n.º 1
0
 public UserLogic()
 {
     Context = new PlaceReviewerDbEntities();
 }
Exemplo n.º 2
0
 public CommentLogic()
 {
     Context = new PlaceReviewerDbEntities();
 }