예제 #1
0
        public static WFDelegation UpdateDelegation(WFDelegation delegation)
        {
            IWFAdminService svc = Common.GetAdminAPI();
            WFDelegation    updatedDelegation = null;

            try
            {
                updatedDelegation = svc.UpdateDelegation(delegation);
            }

            catch (Exception ex)
            {}
            return(updatedDelegation);
        }