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