8 lines
113 B
C#
8 lines
113 B
C#
|
using CH.Dal.Abstractions;
|
||
|
|
||
|
namespace CH.Dal.DbEntity;
|
||
|
|
||
|
public partial class EnergyProvider : IHasId<long>
|
||
|
{
|
||
|
|
||
|
}
|