Exemple #1
0
 public static List<Escrito> traerEscritos(int pId)
 {
     DataAccessLayerExpediente oDAL = new SQLExpediente();
     return oDAL.GetAllEscritos(pId);
 }