コード例 #1
0
        public static IForwardDestinationHandler GetHandler(DestinationBase db)

        {
            Type type = db.GetType();

            return(GetHandler(type));
        }
コード例 #2
0
        public static ISubscriptionHandler GetHandler(DestinationBase db)

        {
            Type type = db.GetType();

            return(GetHandler(type));
        }