Exemplo n.º 1
0
 public HelpsController(IHelpDao helpDao, ITecnicoDao tecnicoDao)
 {
     this.helpDao    = helpDao;
     this.tecnicoDao = tecnicoDao;
 }
Exemplo n.º 2
0
 public TecnicoDao(Contexto db, IHelpDao helpDao)
 {
     this.db      = db;
     this.helpDao = helpDao;
 }