public static DailyDAL GetInstance() { if (Instance == null) { Instance = new DailyDAL(); } return(Instance); }
public static DailyDAL GetInstance() { if (Instance == null) Instance = new DailyDAL(); return Instance; }