Exemplo n.º 1
0
 public bool ChangeLoginUser(string Name, string Password)
 {
     return(eaRepository.ChangeLoginUser(Name, Password));
 }