mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-12 09:58:48 +00:00
12 lines
191 B
C#
12 lines
191 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace ShoppingAssistantApi.Infrastructure.Services;
|
|
|
|
public class OpenAiService
|
|
{
|
|
|
|
}
|