989f08a24d
Add additional Results; Implemented UI Extensions on Device, Job and User Controllers
13 lines
217 B
C#
13 lines
217 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Disco.Models.UI.User
|
|
{
|
|
public interface UserIndexModel : BaseUIModel
|
|
{
|
|
}
|
|
}
|