Пример #1
0
 /// <summary>
 /// Adds a CurriculaInfo to the collection and saves the Curricula.
 /// </summary>
 /// <param name="crl">The comment to add to the post.</param>
 public void RemoveRes(Res crl)
 {
     Ress.Remove(crl);
     //Res.Ress.Remove(crl);
     //DataUpdate();
     //Ress.MarkOld();
 }
Пример #2
0
 /// <summary>
 /// Adds a CurriculaInfo to the collection and saves the Curricula.
 /// </summary>
 /// <param name="crl">The comment to add to the post.</param>
 public void AddRes(Res crl)
 {
     //Res.Ress.Add(crl);
     Ress.Add(crl);
     //DataUpdate();
     //Ress.MarkOld();
 }