spec de service

This commit is contained in:
2016-05-30 12:27:40 +02:00
parent aabe20b3f8
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; }
}
}