Exemplo n.º 1
0
 public static DailyDAL GetInstance()
 {
     if (Instance == null)
     {
         Instance = new DailyDAL();
     }
     return(Instance);
 }
Exemplo n.º 2
0
 public static DailyDAL GetInstance()
 {
     if (Instance == null)
         Instance = new DailyDAL();
     return Instance;
 }