rename factories
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
namespace Hyperbar;
|
||||
|
||||
public interface IViewModelFactory<TFrom, TTo>
|
||||
{
|
||||
TTo Create();
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Hyperbar;
|
||||
|
||||
public interface MappingFactory<TFrom, TTo>
|
||||
{
|
||||
TTo Create();
|
||||
}
|
||||
Reference in New Issue
Block a user