return on two methods to allow moving forward
This commit is contained in:
@@ -18,7 +18,8 @@ public class FenceBaseAssortGenerator
|
||||
/// </summary>
|
||||
public void GenerateFenceBaseAssorts()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
// TODO: actually implement
|
||||
return;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -244,7 +244,8 @@ public class FenceService
|
||||
/// </summary>
|
||||
public void GenerateFenceAssorts()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
// TODO: actually implement
|
||||
return;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user