Browse Source

update readme

master
wwwk 3 years ago
parent
commit
14b739df6c
  1. 12
      modules/common/Sanhe.Abp.Notifications/README.md

12
modules/common/Sanhe.Abp.Notifications/README.md

@ -0,0 +1,12 @@
# Sanhe.Abp.Notifications
实时通知基础模块
## 配置使用
```csharp
[DependsOn(typeof(AbpNotificationModule))]
public class YouProjectModule : AbpModule
{
// other
}
Loading…
Cancel
Save