示例#1
0
 public async Task <INotificationInfoDataProvider> GetNotifiInfoDataProviderAsync()
 {
     return(_NotificationInfoDataProvider ?? (_NotificationInfoDataProvider = await NotificationInfoDataProvider.CreateNew()));
 }
示例#2
0
 public DataProvider(INotificationInfoDataProvider notificationInfoDataProvider, IRNServiceProvider serviceProvider)
 {
     _NotificationInfoDataProvider = notificationInfoDataProvider;
     _ServiceProvider = serviceProvider;
 }