This commit is contained in:
2026-06-12 02:38:14 +03:30
parent f1dbbc8f1d
commit 29b61faaef
+6 -6
View File
@@ -69,11 +69,11 @@ namespace xCategoryService.Extensions
return result;
}
public static bool ValidateResources(
this XCategoryResourceDto source
)
{
var result =
}
// public static bool ValidateResources(
// this XCategoryResourceDto source
// )
// {
// var result =
// }
}
}