Exemplo n.º 1
0
 public void Setup()
 {
     service = new DocumentService(new DocumentDAL(new SQLDAL(), new DocumentSharingDAL(new SQLDAL())));
 }
Exemplo n.º 2
0
 public DocumentController(IDocumentSerivce service) => _Service = service;