feature: bulk generate documents for device batches, models and profiles
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using Disco.Models.BI.Config;
|
||||
using Disco.Models.UI.Config.Shared;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Config.DeviceProfile
|
||||
{
|
||||
public interface ConfigDeviceProfileShowModel : BaseUIModel
|
||||
public interface ConfigDeviceProfileShowModel : BaseUIModel, ConfigSharedDeviceGroupDocumentTemplateBulkGenerate
|
||||
{
|
||||
Repository.DeviceProfile DeviceProfile { get; set; }
|
||||
OrganisationAddress DefaultOrganisationAddress { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user