using InnovEnergy.App.Backend.Model.Relations; using SQLite; namespace InnovEnergy.App.Backend.Database; public static partial class Db { private static TableQuery User2Installation => _Db.Table(); public static Int32 NbUser2Installation => User2Installation.Count(); }