예제 #1
0
 public GaleriController()
 {
     if (db == null)
     {
         db = new OnlineSatisDBEntities();
     }
 }