示例#1
0
 public bool Delete()
 {
     MemoryCache.ClearFundingTypes();
     return(repo.DeleteFundingType(this));
 }
示例#2
0
 public void Save()
 {
     repo.SaveFundingType(this);
     MemoryCache.ClearFundingTypes();
 }