Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EmptyBuyEDalerServiceProvider.cs
1using EDaler;
4
6{
10 internal class EmptyBuyEDalerServiceProvider : BuyEDalerServiceProvider
11 {
12 public EmptyBuyEDalerServiceProvider()
13 : base(string.Empty, string.Empty, ServiceRef.Localizer[nameof(AppResources.FromUser)],
14 Constants.Images.Qr_Person, 230, 230, string.Empty)
15 {
16 }
17 }
18}
Contains information about a service provider for buying eDaler.
const string Qr_Person
QR-code with a person icon.
Definition: Constants.cs:851
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
static IStringLocalizer Localizer
Localization service
Definition: ServiceRef.cs:235