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