Exemplo n.º 1
0
 public void updateProgramator(int id, string username, string password)
 {
     ProgramatorRepo.update(id, username, password);
 }