NFC azonosítás is beállítva
This commit is contained in:
@@ -35,7 +35,7 @@ public partial class UsersPage : ContentPage
|
||||
{
|
||||
IsRefreshing = true;
|
||||
//await _syncService.SyncDatas();
|
||||
UsersList.ItemsSource = await _userService.GetAllUsers();
|
||||
//UsersList.ItemsSource = await _userService.GetAllUserAsync().Result.Data;
|
||||
IsRefreshing = false;
|
||||
OnPropertyChanged(nameof(IsRefreshing));
|
||||
}
|
||||
@@ -51,8 +51,8 @@ public partial class UsersPage : ContentPage
|
||||
}
|
||||
if (UserDTO != null)
|
||||
{
|
||||
UserDTO.Code = UserCode;
|
||||
await _baseStockService.UpdateUser(UserDTO);
|
||||
//UserDTO.Code = UserCode;
|
||||
//await _baseStockService.UpdateUser(UserDTO);
|
||||
await LoadUsers();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user