Exemple #1
0
 public static PreBLL GetPreBLL()
 {
     if (instance == null)
     {
         instance = new PreBLL();
     }
     return(instance);
 }
Exemple #2
0
 public static PreBLL GetPreBLL()
 {
     if (instance == null)
     {
         instance = new PreBLL();
     }
     return instance;
 }