Ejemplo n.º 1
0
 public SheetManager(ISheetRepo sheetRepo, ISheetAggregateRepo sheetAggregateRepo)
 {
     _sheetAggregateRepo = sheetAggregateRepo;
     _sheetRepo          = sheetRepo;
 }