Exemplo n.º 1
0
 public ActionResult <string> ShowMeTheCode()
 {
     return(Ok(_calculoJurosService.ShowMeTheCode()));
 }
 public IActionResult ShowMeTheCode()
 {
     return(Ok(_service.ShowMeTheCode()));
 }
Exemplo n.º 3
0
        public void ShowMeTheCode()
        {
            string gitHub = _calculoJurosService.ShowMeTheCode();

            Assert.AreEqual(_gitHub, gitHub, "Show me the code");
        }