forked from yaso_meth/mih-project
change class name to BusinessUpdateArguments
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import 'package:patient_manager/objects/appUser.dart';
|
||||
import 'package:patient_manager/objects/businessUser.dart';
|
||||
|
||||
class BusinessUserScreenArguments {
|
||||
class BusinessUpdateArguments {
|
||||
final AppUser signedInUser;
|
||||
final BusinessUser? businessUser;
|
||||
|
||||
BusinessUserScreenArguments(this.signedInUser, this.businessUser);
|
||||
BusinessUpdateArguments(this.signedInUser, this.businessUser);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user