Example #1
0
 public static DAL_List getInstance()
 {
     if (instance == null)
     {
         instance = new DAL_List();
     }
     return(instance);
 }
Example #2
0
 public static IDAL getDAL()
 {
     return(DAL_List.getInstance());
 }