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

12 lines
183 B
C#

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