Rename SignalR method.

This commit is contained in:
ngfrolov 2023-05-29 18:03:15 +05:00
parent 85983e2870
commit 6b14ea9a4d
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -25,7 +25,7 @@ namespace AsbCloudWebApi.Controllers
private readonly IProcessMapReportMakerService processMapReportService;
private readonly IProcessMapReportService processMapService;
private const string SirnalRMethodGetDataName = "ProcessMapChanged";
private const string SirnalRMethodGetDataName = "UpdateProcessMap";
public ProcessMapController(
IWellService wellService,