1 2 3 4 5 6 7
namespace DevHive.Data.Interfaces.Models { public interface ITechnology : IModel { string Name { get; set; } } }