Example #1
0
 public RSSController()
 {
     this.DB = new TeachMeTeachYouDB();
 }
Example #2
0
 public ODataController()
 {
     this.db = new TeachMeTeachYouDB();
     this.db.Configuration.ProxyCreationEnabled = false;
 }