Skip to content

Commit

Permalink
Merge pull request #94 from PasinduPrabhashitha/feat/orderapproved
Browse files Browse the repository at this point in the history
feat ✨ : add buy price to product published dto
  • Loading branch information
pasindu-pr authored May 13, 2023
2 parents 52ffc58 + b95edd7 commit 9196395
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public class PublishProductCreateDto
public string Description { get; set; } = string.Empty;
public string Image { get; set; } = string.Empty;
public double Price { get; set; }
public double BuyPrice { get; set; }
public int StockCount { get; set; }
}
}

0 comments on commit 9196395

Please sign in to comment.