예제 #1
0
 public ProfilesController(IProfilerAppService profilerAppService)
 {
     _profilerAppService = profilerAppService;
 }
예제 #2
0
 public UsuariosController(IUsuarioAppService usuarioAppService, ITelefoneAppService telefoneAppService, ILoginAppService loginAppService, IProfilerAppService profilerAppService)
 {
     _usuarioAppService  = usuarioAppService;
     _telefoneAppService = telefoneAppService;
 }