public ClienteServices()
 {
     context  = new FBS_SacPelileoContext();
     errorLog = new Log4();
 }
Пример #2
0
 public UsuarioServices()
 {
     context  = new FBS_SacPelileoContext();
     security = new Security();
     errorLog = new Log4();
 }