Ejemplo n.º 1
0
 public RentService()
 {
     _context = new RentDBEntities();
 }
Ejemplo n.º 2
0
 public UserService()
 {
     _context   = new RentDBEntities();
     _algorithm = new SHA1CryptoServiceProvider();
 }