Exemple #1
0
        public static byte?GetOpportunityCustomers()
        {
            ICachingService cachingService = IoC.Container.GetInstance <ICachingService>();

            return(cachingService.GetOpportunityCustomers(Thread.CurrentPrincipal.Identity.ToUserID(), Thread.CurrentPrincipal.Identity.ToAccountID(), Thread.CurrentPrincipal.Identity.ToRoleID()));
        }