Esempio n. 1
0
 public PublicationController()
 {
     context = new leacoachEntities2();
 }
Esempio n. 2
0
 public CourseController()
 {
     context = new leacoachEntities2();
 }
Esempio n. 3
0
 public FeedController()
 {
     context = new leacoachEntities2();
 }
 public LoginController()
 {
     context = new leacoachEntities2();
 }
Esempio n. 5
0
 public TutorController()
 {
     context = new leacoachEntities2();
 }
 public ImagesController()
 {
     context = new leacoachEntities2();
 }
 public CareerController()
 {
     context = new leacoachEntities2();
 }
Esempio n. 8
0
 public CommentController()
 {
     context = new leacoachEntities2();
 }
Esempio n. 9
0
 public FavoriteController()
 {
     context = new leacoachEntities2();
 }