public ActionResult <string> ShowMeTheCode() { string resultHub = _infoHubBusiness.ShowMeTheCode(); return(resultHub); }
public void InterestCalculateTest() { string result = _infoHubBusiness.ShowMeTheCode(); Assert.Equal("https://github.com/r-matias/challenge-interest.git", result); }