Пример #1
0
 public async Task Save()
 {
     var storageService = new LocalStorageService();
     await storageService.AddStorageAccount(CurrentAccount);
 }