constellation-api/CH.Dal/DbEntity/EnergyProvider.Extensions.cs

8 lines
113 B
C#
Raw Normal View History

2025-01-13 19:19:03 -05:00
using CH.Dal.Abstractions;
namespace CH.Dal.DbEntity;
public partial class EnergyProvider : IHasId<long>
{
}