예제 #1
0
 public static BLImplementation getInstance()
 {
     if (instance == null)
     {
         instance = new BLImplementation();
     }
     return(instance);
 }
 public static IBL GetBL()
 {
     return(BLImplementation.getInstance());
 }