Exemplo n.º 1
0
 public ServiceGymServiceViewModel()
 {
     _serviceGymRepository = new ServiceGymService();
     _converterServiceGymToServiceGymViewModel = new ServiceGymToServiceGymViewModel();
     _converterServiceGymViewModelToServiceGym = new ServiceGymViewModelToServiceGym();
     _serviceGymTypeRepository = new ServiceGymTypeService();
 }