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