namespace Win_in.Sfs.Shared.Domain; public interface IHasCode { public string Code { get; set; } }