Exemplo n.º 1
0
        public ClientDS GetAllClients()
        {
            ClientDALC cdalc = new ClientDALC();

            return(cdalc.GetAllClients());
        }
Exemplo n.º 2
0
        public void UpdateClients(ClientDS ds)
        {
            ClientDALC cdalc = new ClientDALC();

            cdalc.Update(ds);
        }