Fixes the membership update.

This commit is contained in:
Paul Schneider 2015-08-01 22:34:59 +02:00
commit 294c54099c
35 changed files with 2683 additions and 11 deletions

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using Yavsc.Model.FrontOffice;
namespace Yavsc.Model.WorkFlow
{
public interface IDataProvider
{
}
}