Ejemplo n.º 1
0
 public UsuarioDAL(ApiContext context, IphonesDAL phonesDAL)
 {
     _context   = context;
     _phonesDAL = phonesDAL;
 }
Ejemplo n.º 2
0
 public PhonesBLL(IphonesDAL phonesDal)
 {
     _phonesDal = phonesDal;
 }