Example #1
0
 public TestAppService(BussnessRespository2Module.ITestRepository testDomain, Framework.Utility.Encryption.EncryptionUtility encryptionUtility, Framework.Logging.ILog log)
 {
     this.testDomain = testDomain;
     this.log        = log;
 }
Example #2
0
 public TestAppService(TestDomain testDomain, Framework.Utility.Encryption.EncryptionUtility encryptionUtility, Framework.Logging.ILog log)
 {
     this.testDomain = testDomain;
     this.log        = log;
 }