public TPController() { _tps = new TPRepository(); _docs = new DocumentsRepository(); }
public FilesController() { _drs = new DocumentsRepository(); _tps = new TPRepository(); }