예제 #1
0
 public void Initialize()
 {
     Context = new AppDbContext();
     Context.Database.EnsureCreated();
     Repository = new ContactoRepository();
     Contacto   = new Contacto();
 }
예제 #2
0
 public ContactoManager()
 {
     _contactoRepository = new ContactoRepository();
 }
예제 #3
0
 public void Initialize()
 {
     objRepo = new ContactoRepository();
 }