예제 #1
0
파일: PreBLL.cs 프로젝트: zymITsky/Medical
 public static PreBLL GetPreBLL()
 {
     if (instance == null)
     {
         instance = new PreBLL();
     }
     return(instance);
 }
예제 #2
0
파일: PreBLL.cs 프로젝트: qq5013/Medical
 public static PreBLL GetPreBLL()
 {
     if (instance == null)
     {
         instance = new PreBLL();
     }
     return instance;
 }