This commit is contained in:
mmrbnjd
2024-08-01 18:04:05 +03:30
parent 60bb548d93
commit 3d29d3bd55
4 changed files with 220 additions and 540 deletions

View File

@@ -114,7 +114,7 @@ namespace Front
}
public async Task<List<PromotionDto>> LoadPromotion()
public async Task<List<PromotionDto>> GetPromotion()
{
if (Promotions == null)
{