mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#17312: Refactoring ContainerPart to use a driver
Work Item: 17312 --HG-- branch : 1.x
This commit is contained in:
@@ -4,5 +4,6 @@ namespace Orchard.Core.Containers.ViewModels {
|
||||
public class ContainableViewModel {
|
||||
public int ContainerId { get; set; }
|
||||
public SelectList AvailableContainers { get; set; }
|
||||
public int Weight { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user