Example #1
0
        public string TestCall()
        {
            string response = _repo.DbCall(); //"Hey from Domain.Class2.TestCall() injected into Class1";

            return(response);
        }