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

This commit is contained in:
dab246
2021-08-25 13:13:28 +07:00
committed by Dat H. Pham
parent 4393caf179
commit b70fc6edb8
7 changed files with 58 additions and 22 deletions
-3
View File
@@ -1,7 +1,4 @@
class Constant {
static const userId = '_id';
static const firstName = 'firstname';
static const lastName = 'lastname';
static const acceptHeaderDefault = 'application/json';
static const contentTypeHeaderDefault = 'application/json';
}