fix seeding issues ... fix SubCategory Refresh and Add Support for handle Category Referesh and Referencing ...
12 lines
199 B
C#
12 lines
199 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace xCategoryService.Providers
|
|
{
|
|
public class XCategoryServiceSeeder
|
|
{
|
|
|
|
}
|
|
} |