All checks were successful
ci/woodpecker/push/push_to_repo Pipeline was successful
* Added functionality to add, distract, multiply and divide quantity for specific items in specific numbers
5 lines
171 B
C#
5 lines
171 B
C#
using Action = DelforSenders.Enums.Action;
|
|
|
|
namespace DelforSenders.Models;
|
|
|
|
public record ItemQuantityMapper(string OrderNumber,string Item, Action Action, int Modifier); |