public static IForwardDestinationHandler GetHandler(DestinationBase db)

        {
            Type type = db.GetType();

            return(GetHandler(type));
        }
Exemplo n.º 2
0
        public static ISubscriptionHandler GetHandler(DestinationBase db)

        {
            Type type = db.GetType();

            return(GetHandler(type));
        }