Пример #1
0
 public string GetValue(string a)
 {
     log.Logger(new Framework.Logging.LogModel()
     {
         Message = "123123"
     });
     // encryptionUtility.Hash("123123123");
     return(testDomain.FirstOrDefault(t => t.Id == "")?.Id);
 }
Пример #2
0
        public string GetValue(string a)
        {
            var lException = L("TestException111").AutoMapTo <string>();

            log.Logger(new Framework.Logging.LogModel()
            {
                Message = "123123"
            });
            // encryptionUtility.Hash("123123123");
            return(testDomain.GetValue(a));
        }