Example #1
0
 public UsuarioDAL(ApiContext context, IphonesDAL phonesDAL)
 {
     _context   = context;
     _phonesDAL = phonesDAL;
 }
Example #2
0
 public PhonesBLL(IphonesDAL phonesDal)
 {
     _phonesDal = phonesDal;
 }