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