public static async void Update(Shift shift) { await App.MobileService.GetTable <Shift>().UpdateAsync(shift); }
//public event PropertyChangedEventHandler PropertyChanged; public static async void Insert(Shift shift) { await App.MobileService.GetTable <Shift>().InsertAsync(shift); }