Пример #1
0
 public HomeController()
 {
     service       = new ProfileService();
     infastructure = new InfastructureService();
 }
Пример #2
0
 public HomeController()
 {
     service = new MailboxService();
     infastructure = new InfastructureService();
 }
Пример #3
0
 public HomeController()
 {
     service = new ProfileService();
     infastructure = new InfastructureService();
 }