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 {