complete refactor
This commit is contained in:
9
Blueberry.Redmine/Dto/IResponseList.cs
Normal file
9
Blueberry.Redmine/Dto/IResponseList.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Blueberry.Redmine.Dto
|
||||
{
|
||||
public interface IResponseList
|
||||
{
|
||||
public int TotalCount { get; set; }
|
||||
public int Offset { get; set; }
|
||||
public int Limit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user