Ejemplo n.º 1
0
 public async Task CreateEntryAsync(InventoryEntry entry)
 {
     InventoryEntryValidator.Validate(entry);
     await inventoryRepository.CreateEntryAsync(entry);
 }