SA-29 added OpenAiService

This commit is contained in:
shchoholiev-opflo 2023-10-14 01:14:46 +00:00
parent 5978036164
commit 9b0410fb1f

View File

@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ShoppingAssistantApi.Infrastructure.Services;
public class OpenAiService
{
}