Exemplo n.º 1
0
 public Planes GetAllPorEspecialidad(int ID)
 {
     PlanAdapter PlanData = new PlanAdapter();
     try
     {
         return PlanData.GetAllPorEspecialidad(ID);
     }
     finally
     {
         PlanData = null;
     }
 }