示例#1
0
 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;
 }