public static async Task Insert(CommentView getcomment) { await App.MobileService.GetTable <CommentView>().InsertAsync(getcomment); }
public static async Task Update(CommentView comment) { await App.MobileService.GetTable <CommentView>().UpdateAsync(comment); }