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