Promact/slack-erp-custom-integration-mvc

View on GitHub
Slack.Automation/Promact.Erp.DomainModel/ApplicationClass/Redmine/RedmineResponseSingleProject.cs

Summary

Maintainability
A
0 mins
Test Coverage
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Promact.Erp.DomainModel.ApplicationClass.Redmine
{
    public class RedmineResponseSingleProject
    {
        public GetRedmineIssue Issue { get; set; }
    }
}