@@ -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)
+ {
+ }
+}