This commit is contained in:
dev02 2023-05-17 09:29:51 +08:00
parent d2624226ac
commit da9b6f678d
2 changed files with 22 additions and 22 deletions

View File

@ -120,7 +120,7 @@ namespace FrontendWebApi.ApiControllers
/// <summary>
/// HiNet企業簡訊 Hiair .Net Core API
/// </summary>
public class HiNetController : MyBaseApiController<GraphManageController>
public class HiNetController : MyBaseApiController<HiNetController>
{
private readonly IBackendRepository backendRepository;
public Socket socket;