refactoring & Activities update
This commit is contained in:
parent
c70f9c3fa0
commit
28c53cc2ee
19 changed files with 5740 additions and 114 deletions
|
|
@ -1,11 +1,12 @@
|
|||
using System;
|
||||
using Yavsc.Interfaces.Workflow;
|
||||
using Yavsc.Models.Market;
|
||||
|
||||
namespace Yavsc.Models.Workflow
|
||||
{
|
||||
using Interfaces.Workflow;
|
||||
using Models.Market;
|
||||
using YavscLib;
|
||||
|
||||
public class Query<P>: IBaseTrackedEntity where P : BaseProduct
|
||||
public class Query<P>: IBaseTrackedEntity where P : BaseProduct
|
||||
{
|
||||
public DateTime DateCreated
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue