Ejemplo n.º 1
0
 public ProfilesController(IProfilerAppService profilerAppService)
 {
     _profilerAppService = profilerAppService;
 }
Ejemplo n.º 2
0
 public UsuariosController(IUsuarioAppService usuarioAppService, ITelefoneAppService telefoneAppService, ILoginAppService loginAppService, IProfilerAppService profilerAppService)
 {
     _usuarioAppService  = usuarioAppService;
     _telefoneAppService = telefoneAppService;
 }