ln.ethercat/ln.ethercat.service/api/v1/ControllerApiController.cs

15 lines
147 B
C#
Raw Normal View History

2020-12-16 09:29:40 +01:00
using ln.http.api;
namespace ln.ethercat.service.api.v1
{
public class ControllerApiController : WebApiController
{
}
}