Esempio n. 1
0
        public IActionResult Register()
        {
            ClientsDao dao = new ClientsDao();

            return(View(dao.GetAll()));
        }