Exemplo n.º 1
0
        public DataTable Listele()
        {
            dll = new DatabaseLogicalLayer.DLL();
            dt  = dll.Listele();

            return(dt);
        }
Exemplo n.º 2
0
 public BLL()
 {
     dll = new DatabaseLogicalLayer.DLL();
 }