Code

public  interface ICommonTable
    {
        
int id { getset; }
    }