示例#1
0
 public AtualizarMateriasTarefa(ISenadoServicosExternos senado, IMateriasServicosApp materiasSvc, IMateriasAssuntosServicosApp materiasAssuntosSvc, IMateriasSubtiposServicosApp materiasSubtiposSvc)
     : base(new StandardKernel())
 {
     _senado              = senado;
     _materiasSvc         = materiasSvc;
     _materiasAssuntosSvc = materiasAssuntosSvc;
     _materiasSubtiposSvc = materiasSubtiposSvc;
 }
 public MateriasAssuntosController(IMateriasAssuntosServicosApp svc)
 {
     _svc = svc;
 }