Exemplo n.º 1
0
 public static PrescriptionSession GetItem(int id)
 {
     return(PrescriptionSessionDAL.GetItem(id));
 }