Exemplo n.º 1
0
 public EraService(DbEntitiesContext context)
 {
     eraRepository = new EraRepository(context);
 }
Exemplo n.º 2
0
 public EraService()
     : base()
 {
     eraRepository = new EraRepository();
 }