2011-03-10 16:14:41 -08:00
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
namespace Orchard.ImportExport.ViewModels {
|
2011-03-10 11:42:30 -08:00
|
|
|
public class ExportViewModel {
|
2015-07-15 17:03:48 +01:00
|
|
|
public IList<ExportActionViewModel> Actions { get; set; }
|
2012-06-22 12:56:45 -07:00
|
|
|
}
|
2011-03-10 16:14:41 -08:00
|
|
|
}
|