DeactivateTemplates
This commit is contained in:
13
PARR.GeneratorTemplates/Services/ITransformService.cs
Normal file
13
PARR.GeneratorTemplates/Services/ITransformService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PARR.GeneratorTemplates.Services
|
||||
{
|
||||
internal interface ITransformService
|
||||
{
|
||||
T? GetModelFromJson<T>(string str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user