Exemplo n.º 1
0
 public LogarAcaoDoSistema(
     ITrilhaRepositorio trilhaRepositorio,
     ISessaoDoUsuario sessaoDoUsuario)
 {
     this.trilhaRepositorio = trilhaRepositorio;
     this.sessaoDoUsuario = sessaoDoUsuario;
 }
Exemplo n.º 2
0
 public LogarAcaoDoSistema(
     ITrilhaRepositorio trilhaRepositorio,
     ISessaoDoUsuario sessaoDoUsuario)
 {
     this.trilhaRepositorio = trilhaRepositorio;
     this.sessaoDoUsuario   = sessaoDoUsuario;
 }
Exemplo n.º 3
0
 public TrilhaController()
 {
     this.trilhaRepositorio = InversionControl.Current.Resolve <ITrilhaRepositorio>();
 }
Exemplo n.º 4
0
 public TrilhaController()
 {
     this.trilhaRepositorio = InversionControl.Current.Resolve<ITrilhaRepositorio>();
 }