示例#1
0
 public PublicationController()
 {
     context = new leacoachEntities2();
 }
示例#2
0
 public CourseController()
 {
     context = new leacoachEntities2();
 }
 public FeedController()
 {
     context = new leacoachEntities2();
 }
 public LoginController()
 {
     context = new leacoachEntities2();
 }
示例#5
0
 public TutorController()
 {
     context = new leacoachEntities2();
 }
 public ImagesController()
 {
     context = new leacoachEntities2();
 }
 public CareerController()
 {
     context = new leacoachEntities2();
 }
示例#8
0
 public CommentController()
 {
     context = new leacoachEntities2();
 }
示例#9
0
 public FavoriteController()
 {
     context = new leacoachEntities2();
 }