Эх сурвалжийг харах

Merge branch 'fix/seat_state' into test

qinchaoyue 5 сар өмнө
parent
commit
fd68490708

+ 8 - 0
src/Hotline.Application/Bigscreen/SeatStateDataService.cs

@@ -12,3 +12,11 @@ public class SeatStateDataService : SeatStateDataServiceBase, ISeatStateDataServ
     {
     }
 }
+
+[Injection(AppScopes = EAppScope.LuZhou)]
+public class LuZhouSeatStateDataService : SeatStateDataServiceBase, ISeatStateDataService, IScopeDependency
+{
+    public LuZhouSeatStateDataService(IRepository<CallNative> repository) : base(repository)
+    {
+    }
+}