7 lines
168 B
C#
7 lines
168 B
C#
namespace StructureHelperCommon.Models.Parameters
|
|
{
|
|
public interface IProcessValuePairLogic<T>
|
|
{
|
|
ValuePair<T> GetValuePairByString(string s);
|
|
}
|
|
} |