Files
xCategoryService/Providers/XCategoryServiceSeeder.cs
T
saherelm a029543b72 fix referencing issues ...
fix seeding issues ...
fix SubCategory Refresh and Add Support for handle Category Referesh and Referencing ...
2026-07-24 02:49:46 +03:30

12 lines
199 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace xCategoryService.Providers
{
public class XCategoryServiceSeeder
{
}
}