FIC_Solar/SolarPower/Repository/Interface/IOperation.cs
2021-06-22 09:45:44 +08:00

12 lines
184 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SolarPower.Repository.Interface
{
interface IOperation
{
}
}