feat: refactor to proper app + write tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace BGR.Console.Removal.Models;
|
||||
|
||||
internal interface IModelFactory
|
||||
{
|
||||
Model Create(string resourceName);
|
||||
}
|
||||
Reference in New Issue
Block a user