fixe du style, des trads, et touche le WF

This commit is contained in:
Paul Schneider 2016-05-29 22:35:45 +02:00
commit 1dbd98b680
10 changed files with 478 additions and 113 deletions

View file

@ -20,6 +20,12 @@ public partial class Service : BaseProduct
/// </summary>
/// <returns></returns>
public decimal? Pricing { get; set; }
/// <summary>
/// Associate a class of flow worker to handle with
/// </summary>
/// <returns></returns>
public string Specification { get; set; }
}
}