TF-801 Add presentation layer for get all vacation

This commit is contained in:
dab246
2022-08-17 17:37:18 +07:00
committed by Dat H. Pham
parent 8ab4e7bfc0
commit aa139eb112
33 changed files with 1240 additions and 38 deletions
@@ -0,0 +1,11 @@
import 'package:tmail_ui_user/features/base/base_controller.dart';
class ConfigurationController extends BaseController {
@override
void onDone() {}
@override
void onError(error) {}
}