public static IForwardDestinationHandler GetHandler(DestinationBase db)

        {
            Type type = db.GetType();

            return(GetHandler(type));
        }
Exemple #2
0
        public static ISubscriptionHandler GetHandler(DestinationBase db)

        {
            Type type = db.GetType();

            return(GetHandler(type));
        }