webdav portal password change page added
This commit is contained in:
parent
dd15673752
commit
4bae47e17f
35 changed files with 2010 additions and 93 deletions
|
@ -1,4 +1,5 @@
|
|||
using AutoMapper;
|
||||
using WebsitePanel.WebDavPortal.Mapping.Profiles.Account;
|
||||
using WebsitePanel.WebDavPortal.Mapping.Profiles.Webdav;
|
||||
|
||||
namespace WebsitePanel.WebDavPortal.Mapping
|
||||
|
@ -10,6 +11,7 @@ namespace WebsitePanel.WebDavPortal.Mapping
|
|||
Mapper.Initialize(
|
||||
config =>
|
||||
{
|
||||
config.AddProfile<UserProfileProfile>();
|
||||
config.AddProfile<ResourceTableItemProfile>();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue