Пример #1
0
 public void CarregarClientes()
 {
     gvClienteCadastrado.DataSource = depService.FindALL();
     gvClienteCadastrado.DataBind();
 }