for token, &refactoring

This commit is contained in:
Paul Schneider 2018-07-16 02:38:09 +02:00
commit bf197ef762
65 changed files with 21 additions and 145 deletions

View file

@ -1,4 +1,3 @@
using System;
using System.ComponentModel.DataAnnotations;
namespace Yavsc.Models.Process

View file

@ -1,7 +1,3 @@
using System.Collections.Generic;
using Yavsc.Abstract.Workflow;
namespace Yavsc.Models
{
public interface IRequisition

View file

@ -1,5 +1,3 @@
using System.Threading.Tasks;
namespace Yavsc.Abstract.Workflow
{
public interface ITaskRunner