コード例 #1
0
 public static Persona BuscarPorId(byte pId)
 {
     return(PersonaDAL.BuscarPorId(pId));
 }