Пример #1
0
        public void CrmKongreSil(CrmKongre crmKongre)
        {
            if (crmKongre == null)
            {
                throw new ArgumentNullException("crmKongre");
            }

            _crmKongreDepo.Sil(crmKongre);
            _önbellekYönetici.KalıpİleSil(CRMKONGRE_PATTERN_KEY);
            _olayYayınlayıcı.OlaySilindi(crmKongre);
        }
Пример #2
0
 public static CrmKongre ToEntity(this CrmKongreModel model, CrmKongre destination)
 {
     return(model.MapTo(destination));
 }
Пример #3
0
 //Kongre
 public static CrmKongreModel ToModel(this CrmKongre entity)
 {
     return(entity.MapTo <CrmKongre, CrmKongreModel>());
 }