public EstadisticasController(IEstadisticaRepository employeeRepo)
 {
     _employeeRepo = employeeRepo;
 }
예제 #2
0
 public EstadisticaManager(IEstadisticaRepository repository, ITransaction transaction) : base(repository, transaction)
 {
 }