static App()
 {
     contactRepository = new ContactRepository.ContactRepository();
 }
Exemplo n.º 2
0
 static App()
 {
     // If multiple repository then you will have multiple instantiation of respositories.
     contactRepository = new ContactRepository.ContactRepository();
 }