feat: Перенесены внешние сервисы в Infrastructure. Удалены лишние проекты.
This commit is contained in:
7
PARR.Core/Common/Interfaces/ITransformService.cs
Normal file
7
PARR.Core/Common/Interfaces/ITransformService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PARR.Core.Common.Interfaces
|
||||
{
|
||||
public interface ITransformService
|
||||
{
|
||||
T? GetModelFromJson<T>(string str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user