2024-09-20 23:23:21 +12:00
|
|
|
using EllieBot.Services.Currency;
|
|
|
|
|
|
|
|
namespace EllieBot.Services;
|
|
|
|
|
|
|
|
public static class CurrencyServiceExtensions
|
|
|
|
{
|
2025-03-28 21:13:53 +13:00
|
|
|
|
|
|
|
|
2024-09-20 23:23:21 +12:00
|
|
|
// FUTURE should be a transaction
|
2025-03-28 21:13:53 +13:00
|
|
|
|
2024-09-20 23:23:21 +12:00
|
|
|
}
|