예제 #1
0
 public static EntityController GetInstance()
 {
     if (instance == null)
         instance = new EntityController();
     return instance;
 }