예제 #1
0
 public static bool Apply([NotNull] this EntryChange change)
 {
     return(change.Entry.SetEntryData(change.Culture, change.ColumnKind, change.Text));
 }
예제 #2
0
        public static bool Apply([NotNull] this EntryChange change)
        {
            Contract.Requires(change != null);

            return(change.Entry.SetEntryData(change.Culture, change.ColumnKind, change.Text));
        }