예제 #1
0
        private async void LoadUserTypes()
        {
            var types = Utils.GetDefaultUserTypeList();

            foreach (var type in types)
            {
                var x = await UserTypeRepository.AddAsync(type);
            }
        }