refactoring & getting signs

This commit is contained in:
Paul Schneider 2017-01-10 12:07:21 +01:00
commit 5dbc4d4f7c
9 changed files with 47 additions and 11 deletions

View file

@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace Yavsc.Models
namespace Yavsc.Models.Process
{
public class Disjonction : List<IRequisition>, IRequisition
{