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