Merge from booking branch

This commit is contained in:
Paul Schneider 2015-11-17 22:22:59 +01:00
commit 9a2652739b
266 changed files with 12833 additions and 2337 deletions

View file

@ -50,8 +50,15 @@ namespace Yavsc.Formatters
public FormatterException(string message,Exception innerException):base(message,innerException)
{
}
/// <summary>
/// Gets or sets the output.
/// </summary>
/// <value>The output.</value>
public string Output { get; set; }
/// <summary>
/// Gets or sets the error.
/// </summary>
/// <value>The error.</value>
public string Error { get; set; }
}
}