Exemplo n.º 1
0
 public static int UpdateByPresc(PrescriptionSession prescSession)
 {
     prescSession.PrescriptionId = PrescriptionSessionDAL.UpdateByPresc(prescSession);
     return(prescSession.PrescriptionId);
 }