989f08a24d
Add additional Results; Implemented UI Extensions on Device, Job and User Controllers
12 lines
209 B
C#
12 lines
209 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using Disco.Models.UI.User;
|
|
|
|
namespace Disco.Web.Models.User
|
|
{
|
|
public class IndexModel : UserIndexModel
|
|
{
|
|
}
|
|
} |