Exemple #1
0
        public DelayProfile Update(DelayProfile profile)
        {
            var result = _repo.Update(profile);

            _bestForTagsCache.Clear();
            return(result);
        }
 public DelayProfile Update(DelayProfile profile)
 {
     return(_repo.Update(profile));
 }