RoutineUpdate

This commit is contained in:
yubaolee
2015-12-05 21:24:01 +08:00
parent af5e04d62f
commit 0e98a6e3c8
11 changed files with 341 additions and 277 deletions

View File

@@ -78,5 +78,12 @@ namespace OpenAuth.App.ViewModel
{
return view.MapTo<User>();
}
public UserView()
{
Organizations = string.Empty;
OrganizationIds = string.Empty;
CreateUser = string.Empty;
}
}
}