namespace HotelPms.Data.Common.Interface.Master { public interface IMaster { int ID { get; set; } string Name { get; set; } } }