change augument businessUpdateauguments to businessArguments
This commit is contained in:
parent
669e640668
commit
a4d811bdc4
5 changed files with 78 additions and 35 deletions
|
|
@ -3,12 +3,12 @@ import 'package:patient_manager/objects/business.dart';
|
|||
import 'package:patient_manager/objects/businessUser.dart';
|
||||
import 'package:patient_manager/objects/patients.dart';
|
||||
|
||||
class BusinessUpdateArguments {
|
||||
class BusinessArguments {
|
||||
final AppUser signedInUser;
|
||||
final BusinessUser? businessUser;
|
||||
final Business? business;
|
||||
|
||||
BusinessUpdateArguments(
|
||||
BusinessArguments(
|
||||
this.signedInUser,
|
||||
this.businessUser,
|
||||
this.business,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue