Esempio n. 1
0
 public static async Task Update(tbl_Users comment)
 {
     await App.MobileService.GetTable <tbl_Users>().UpdateAsync(comment);
 }
Esempio n. 2
0
 public static async Task Insert(tbl_Users userdetails)
 {
     await App.MobileService.GetTable <tbl_Users>().InsertAsync(userdetails);
 }