Ejemplo n.º 1
0
 public AtendenteRepository()
 {
     try
     {
         _atendenteContext = new CVContext();
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Ejemplo n.º 2
0
 public ClienteRepository()
 {
     try
     {
         _clienteContext = new CVContext();
     }
     catch (Exception e)
     {
         throw e;
     }
 }