Exemplo n.º 1
0
        protected virtual ProcessSchema CreateBaseProductEntryEventsProcessSchema()
        {
            var schema = new BaseProductEntryEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Exemplo n.º 2
0
 public BaseProductEntryEventsProcessSchema(BaseProductEntryEventsProcessSchema source)
     : base(source)
 {
 }