TransWikia.com

Inyección de dependencias con listas?

Stack Overflow en español Asked by kenneth Steve Aguilar on January 22, 2021

¿Si tengo dentro una clase tengo una lista List<ILibro> Libros debería inyectar esas dependencia?

public class Persona 
{
  public List<ILibro> Libros {get; set;}
  public ITelefono Telefono {get; set; }
  
  public Persona(List<ILibro> libros, ITelefono telefono)
  {
    Libros = libros; 
    Telefono = telefono; 
  }

}

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP