Пример #1
0
 /// <summary>
 /// Create an instance.
 /// </summary>
 /// <param name="service">Service used for managing conversion between the object types.</param>
 public SifController(ISifService <UI, DB> service)
 {
     this.service = service;
     authService  = new DirectAuthenticationService(new ApplicationRegisterService(), new EnvironmentService());
 }
Пример #2
0
 /// <summary>
 /// Create an instance.
 /// </summary>
 /// <param name="service">Service used for managing conversion between the object types.</param>
 public SifController(ISifService <UI, DB> service)
 {
     this.service = service;
     authService  = new DirectAuthenticationService();
 }