Esempio n. 1
0
        public virtual void Delete(IDeleteLocatorType c)
        {
            ILocatorTypeStateDeleted e = Map(c);

            Apply(e);
        }
Esempio n. 2
0
 void ILocatorTypeState.When(ILocatorTypeStateDeleted e)
 {
     throw new NotSupportedException();
 }
Esempio n. 3
0
 public void AddLocatorTypeEvent(ILocatorTypeStateDeleted e)
 {
     _innerStateEvents.Add((LocatorTypeStateDeletedDto)e);
 }