Exemplo n.º 1
0
 public CompoundInterestUnitTest()
 {
     _service = new CompoundInterestServices();
 }
 public CompoundInterestController(IConfiguration config)
 {
     _service = new CompoundInterestServices();
     _config  = config;
 }