Esempio n. 1
0
        private int GetLoggedInUID()
        {
            string UserName = FreezeDown_ExtendedMethods.GetUID();

            int UserID = _repo.GetUserIDByName(UserName);

            return(UserID);
        }