using System; using System.Collections.Generic; using System.Text; namespace AsbCloudDb.Model { public interface IId { public int Id { get; } } }