Ejemplo n.º 1
0
 public void UpdateByID(int ID, string newLogin)
 {
     userListDAL.UpdateByID(ID, newLogin);
 }