Activity becomes

This commit is contained in:
Paul Schneider 2017-01-31 13:19:12 +01:00
commit 14bd02f251
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
{