updating pr to fit with base.

This commit is contained in:
Claus
2018-01-10 10:55:46 +01:00
parent fd8317493e
commit eb94572361
8 changed files with 51 additions and 88 deletions

View File

@@ -3,6 +3,9 @@ using System.Runtime.Serialization;
namespace Umbraco.Web.Models
{
/// <summary>
/// A model representing the file used to load a tour.
/// </summary>
[DataContract(Name = "tourFile", Namespace = "")]
public class BackOfficeTourFile
{