Beispiel #1
0
 public ReportRepository(IReportCommand command, ICidadaoCommand cidadaocommand)
 {
     _command        = command;
     _cidadaocommand = cidadaocommand;
 }
Beispiel #2
0
 public CidadaoRepository(ICidadaoCommand commandText)
 {
     _cidadaocommand = commandText;
 }