spec de service

This commit is contained in:
Paul Schneider 2016-05-30 12:27:40 +02:00
commit bf64dbc87f

View file

@ -21,11 +21,6 @@ public partial class Service : BaseProduct
/// <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; }
}
}