Exemplo n.º 1
0
 public static async Task Insert(CommentView getcomment)
 {
     await App.MobileService.GetTable <CommentView>().InsertAsync(getcomment);
 }
Exemplo n.º 2
0
 public static async Task Update(CommentView comment)
 {
     await App.MobileService.GetTable <CommentView>().UpdateAsync(comment);
 }