예제 #1
0
        public Task ExecuteInActionAsync <T>(T instance, Func <Task> action) where T : class
        {
            PropertyObserver <T> observer = GetObserverForProperty(instance);

            return(observer.ExecuteInActionAsync(action));
        }