Ejemplo n.º 1
0
 /// <summary>
 /// Removes the entry with the given name.
 /// </summary>
 protected void RemoveByName(string name)
 {
     DataStoreSource.DeleteOne(p => p.Name == name);
 }