/Services/IFunctionCalculator.cs
# · C# · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 20df318468cb4fbb004899fa90173187 MD5 · raw file
- using Orchard;
-
- namespace Contrib.Voting.Services {
- public interface IFunctionCalculator : IDependency {
- void Calculate(Calculus calculus);
- }
- }