Beispiel #1
0
 public EmpresaController(IApplicationServiceEmpresa applicationService)
 {
     _applicationService = applicationService;
 }