feat: namespace team4 added

This commit is contained in:
SkajpCZ 2025-11-10 10:43:10 +01:00
parent 22aec4322a
commit 7bab856643

View File

@ -2,6 +2,9 @@ using System;
using Microsoft.Data.Sqlite; using Microsoft.Data.Sqlite;
using Database.Dto; using Database.Dto;
namespace Team4
{
public class Team4 public class Team4
{ {
public static List<BookDto> GetBooksByName(SqliteConnection conn, string name) public static List<BookDto> GetBooksByName(SqliteConnection conn, string name)
@ -258,3 +261,4 @@ public class Team4
throw new NotImplementedException(); throw new NotImplementedException();
} }
} }
}