9 lines
214 B
C#
9 lines
214 B
C#
namespace Kreta.Web.Helpers.TabStrip
|
|
{
|
|
public class JQueryTabItems
|
|
{
|
|
public string Title { get; set; }
|
|
public string Content { get; set; }
|
|
public string Url { get; set; }
|
|
}
|
|
}
|