Activity becomes

This commit is contained in:
2017-01-31 13:19:12 +01:00
parent ae5fdf9b59
commit 8b763dbd44
15 changed files with 3104 additions and 67 deletions

View File

@ -1,8 +1,9 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Yavsc.Models.Market {
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using Billing;
using Workflow;
public partial class Service : BaseProduct
{