Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 53aaaac

Browse files
IssueAssignmentPolicy
1 parent 9aa1134 commit 53aaaac

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

‎src/AspnetRun.Core/Policy/IIssueAssignmentConfiguration.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace AspnetRun.Core.Policy
66
{
7+
// TODO : check tennisbookings - this will be loaded from aspnet core DI - from appsettings.json
78
public interface IIssueAssignmentConfiguration
89
{
910
int MaxConcurrentOpenIssueCountForAUser { get; set; }
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
using AspnetRun.Core.Entities;
5+
6+
namespace AspnetRun.Core.Policy
7+
{
8+
public class IssueAssignmentPolicy : IIssueAssignmentPolicy
9+
{
10+
public void CheckAssignment(Issue issue, User user)
11+
{
12+
throw new NotImplementedException();
13+
}
14+
}
15+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /