예제 #1
0
 public string GenerarCodigo()
 {
     return((Nombre.Substring(0, 3)) + (Apellido.Substring(0, 3)) + "2019");
 }