Example #1
0
 public bool SaveAll()
 {
     try
     {
         PersistenceContext.Save(this);
         return(true);
     }
     catch (Exception)
     {
         throw;
     }
 }