Cordial greeting. I am making an application in c # use the program in three layers but I have the doubt that if it is advisable to pass many parameters to a method, if not, what can I do? Is there a design pattern to solve this? example:
Public void Registrar(String Nombre, String Apellido, int Edad,
Datetime fechaNacimiento,String Correo,
String Direccion, char sexo){
}