10 lines
96 B
C#
10 lines
96 B
C#
using System;
|
|
|
|
namespace XMLParser.Contract
|
|
{
|
|
public interface ICalculate
|
|
{
|
|
|
|
}
|
|
}
|