return on two methods to allow moving forward

This commit is contained in:
CWX
2025-01-13 11:08:17 +00:00
parent c54bda4784
commit 85967ac91b
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ public class FenceBaseAssortGenerator
/// </summary>
public void GenerateFenceBaseAssorts()
{
throw new NotImplementedException();
// TODO: actually implement
return;
}
/// <summary>
+2 -1
View File
@@ -244,7 +244,8 @@ public class FenceService
/// </summary>
public void GenerateFenceAssorts()
{
throw new NotImplementedException();
// TODO: actually implement
return;
}
/// <summary>