12345678910111213141516 |
- namespace Vinno.vCloud.Common.FIS
- {
- /// <summary>
- /// Could be Remedical, LiveVideo, WorkOrder, AfterSales.
- /// </summary>
- public interface IFeature
- {
- }
- /// <summary>
- /// Could be New Remedical, LiveVideo, WorkOrder, AfterSales.
- /// </summary>
- public interface IFeatureV2
- {
- }
- }
|