Beispiel #1
0
 public ApnsDataService(IDeviceLogsRepository deviceLogsRepository)
 {
     //this._deviceTokenRepository = deviceTokenRepository;
     this._deviceLogsRepository = deviceLogsRepository;
 }
 public ApnsDataService( IDeviceLogsRepository deviceLogsRepository)
 {
     //this._deviceTokenRepository = deviceTokenRepository;
     this._deviceLogsRepository = deviceLogsRepository;
 }