Beispiel #1
0
        public static Interfaces.IDAL GetDAL()
        {
            if (dal == null)
            {
                dal = new DAL.DAL();
            }

            return(dal);
        }
Beispiel #2
0
 public BLL()
 {
     dal = Containers.DALContainer.GetDAL();
 }