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

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