BaseViewModel<T extends BaseService> constructor

BaseViewModel<T extends BaseService>()

Implementation

BaseViewModel(){
  createService();
}