public UserManagementPageViewModel(INavigationService navigationService, BaasBox box,
                                    IBaasBoxUserManagement userManagement)
 {
     _navigationService = navigationService;
     _box            = box;
     _userManagement = userManagement;
 }
示例#2
0
 internal RestService(BaasBox box)
 {
     _box = box;
 }