feat(application): Product handlers + DI registration, fix permiso count to 27 (PRD-002)
This commit is contained in:
@@ -82,8 +82,9 @@ public class PermisoRepositoryTests : IAsyncLifetime
|
||||
// + V013 (ADM-008) adds 'administracion:puntos_de_venta:gestionar'
|
||||
// + V014 (ADM-009) adds 'administracion:fiscal:gestionar'
|
||||
// + V016 (CAT-001) adds 'catalogo:rubros:gestionar'
|
||||
// + V017 (PRD-001) adds 'catalogo:tipos:gestionar' = 26 total
|
||||
Assert.Equal(26, list.Count);
|
||||
// + V017 (PRD-001) adds 'catalogo:tipos:gestionar'
|
||||
// + V018 (PRD-002) adds 'catalogo:productos:gestionar' = 27 total
|
||||
Assert.Equal(27, list.Count);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user