public AccountValueService(IAccountValueRepository repo)
 {
     this.repository = repo;
 }
Example #2
0
 public AccountValueService(IAccountValueRepository repo)
 {
     this.repository = repo;
 }