Пример #1
0
 public static Matricula ObtenerPorId(Int64 pId)
 {
     return(MatriculaDAL.ObtenerPorId(pId));
 }