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