示例#1
0
        public virtual void Delete(IDeleteLocatorType c)
        {
            ILocatorTypeStateDeleted e = Map(c);

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