TF-34 Add data layer login for fix bug mock data user

This commit is contained in:
dab246
2021-08-25 13:12:17 +07:00
committed by Dat H. Pham
parent b3e1534de3
commit cae1252fc8
16 changed files with 227 additions and 58 deletions
@@ -1,5 +1,5 @@
import 'package:model/model.dart';
abstract class AuthenticationDataSource {
Future<User> authenticationUser(Uri baseUrl, UserName userName, Password password);
Future<UserProfile> authenticationUser(Uri baseUrl, UserName userName, Password password);
}