|
|
@@ -14,6 +14,26 @@ namespace Winsoft.GOV.Framework.Provider
|
|
|
{
|
|
|
case County.LS:
|
|
|
return LSNotificationOfActionProvider.Instance;
|
|
|
+ case County.LD:
|
|
|
+ return LDNotificationOfActionProvider.Instance;
|
|
|
+ case County.LQ:
|
|
|
+ return LQNotificationOfActionProvider.Instance;
|
|
|
+ case County.QT:
|
|
|
+ return QTNotificationOfActionProvider.Instance;
|
|
|
+ case County.YH:
|
|
|
+ return YHNotificationOfActionProvider.Instance;
|
|
|
+ case County.QY:
|
|
|
+ return QYNotificationOfActionProvider.Instance;
|
|
|
+ case County.JY:
|
|
|
+ return JYNotificationOfActionProvider.Instance;
|
|
|
+ case County.SC:
|
|
|
+ return SCNotificationOfActionProvider.Instance;
|
|
|
+ case County.SY:
|
|
|
+ return SYNotificationOfActionProvider.Instance;
|
|
|
+ case County.JN:
|
|
|
+ return JNNotificationOfActionProvider.Instance;
|
|
|
+ case County.KFQ:
|
|
|
+ return KFQNotificationOfActionProvider.Instance;
|
|
|
default:
|
|
|
return null;
|
|
|
}
|