public async Task UpdateAsync(Branch branch) { context.Update(branch); await context.SaveChangesAsync(); }
public async Task UpdateAsync(Core.Entities.RentACar rentACar) { context.Update(rentACar); await context.SaveChangesAsync(); }