Files
wcs/WCS.BLL/Services/IService/IHomerService.cs
2024-06-11 14:03:06 +08:00

9 lines
92 B
C#

namespace WCS.BLL.Services.IService
{
public interface IHomerService
{
}
}