init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Kreta.Web.Helpers.TabStrip
|
||||
{
|
||||
public class JQueryTabItems
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string Content { get; set; }
|
||||
public string Url { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user