From 9b702c2a78bf9e2c4f94d2d99047c65071c27c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Os=C5=82owski?= Date: Thu, 22 Dec 2022 13:01:34 +0100 Subject: [PATCH] =?UTF-8?q?dodany=20scope=20do=20wywo=C5=82ania=20serwisu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ApiService/TowarWebApi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiService/TowarWebApi.cs b/src/ApiService/TowarWebApi.cs index 2463285..a55d747 100644 --- a/src/ApiService/TowarWebApi.cs +++ b/src/ApiService/TowarWebApi.cs @@ -11,7 +11,7 @@ using Soneta.Towary; using Soneta.Magazyny; -[assembly: Service(typeof(ITowarAPI), typeof(TowarWebApi), Published = true)] +[assembly: Service(typeof(ITowarAPI), typeof(TowarWebApi),ServiceScope.Session, Published = true)] namespace WebApiService {