Fixes the membership update.
This commit is contained in:
parent
bfb3e7d973
commit
294c54099c
35 changed files with 2683 additions and 11 deletions
12
yavscModel/WorkFlow/IDataProvider.cs
Normal file
12
yavscModel/WorkFlow/IDataProvider.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Yavsc.Model.FrontOffice;
|
||||
|
||||
namespace Yavsc.Model.WorkFlow
|
||||
{
|
||||
public interface IDataProvider
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue