Example #1
0
 public CodeTableService(ICodeTableRepository repo, ICodeCategoryRepository repoC)
 {
     this.repo     = repo;
     this.repoCate = repoC;
 }
Example #2
0
 public CodeCategoryService(ICodeCategoryRepository repo)
 {
     this.repo = repo;
 }