Exemplo n.º 1
0
 public async Task Update(JsonUserModel details)
 {
     await this.DetailsTable.UpdateAsync(details);
 }
Exemplo n.º 2
0
 public async Task AddDetails(JsonUserModel details)
 {
     await this.DetailsTable.InsertAsync(details);
 }