Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EmptySellEDalerServiceProvider.cs
1using EDaler;
4
6{
10 internal class EmptySellEDalerServiceProvider : SellEDalerServiceProvider
11 {
12 public EmptySellEDalerServiceProvider()
13 : base(string.Empty, string.Empty, ServiceRef.Localizer[nameof(AppResources.ToUser2)],
14 Constants.Images.Qr_Person, 230, 230, string.Empty)
15 {
16 }
17 }
18}
Contains information about a service provider for selling eDaler.
A set of never changing property constants and helpful values.
Definition: Constants.cs:7
Base class that references services in the app.
Definition: ServiceRef.cs:31