webdav portal filter + detail view added
This commit is contained in:
parent
280628e362
commit
51d432fd2e
156 changed files with 32494 additions and 260 deletions
|
@ -0,0 +1,17 @@
|
|||
using AutoMapper;
|
||||
using WebsitePanel.WebDavPortal.Mapping.Profiles.Webdav;
|
||||
|
||||
namespace WebsitePanel.WebDavPortal.Mapping
|
||||
{
|
||||
public class AutoMapperPortalConfiguration
|
||||
{
|
||||
public static void Configure()
|
||||
{
|
||||
Mapper.Initialize(
|
||||
config =>
|
||||
{
|
||||
config.AddProfile<ResourceTableItemProfile>();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue