6 lines
114 B
C#
6 lines
114 B
C#
namespace FiscalOS.Infra.Accounts;
|
|
|
|
public static class Providers
|
|
{
|
|
public const string Plaid = nameof(Plaid);
|
|
} |