Example #1
0
 public bool Delete()
 {
     MemoryCache.ClearSppFunding();
     return(repo.DeleteSppCategory(this));
 }
Example #2
0
 public void Save()
 {
     repo.SaveSppCategory(this);
     MemoryCache.ClearSppFunding();
 }