コード例 #1
0
 public void Setup()
 {
     service = new DocumentService(new DocumentDAL(new SQLDAL(), new DocumentSharingDAL(new SQLDAL())));
 }
コード例 #2
0
 public DocumentController(IDocumentSerivce service) => _Service = service;