Exemple #1
0
 public TPController()
 {
     _tps = new TPRepository();
     _docs = new DocumentsRepository();
 }
Exemple #2
0
 public FilesController()
 {
     _drs = new DocumentsRepository();
     _tps = new TPRepository();
 }