Files
mixtape/zero.Web/Controllers/ISupportsGenericsController.cs
T

7 lines
93 B
C#

namespace zero.Web.Controllers
{
public interface ISupportsGenericsController
{
}
}