feat: namespace team4 added
This commit is contained in:
parent
22aec4322a
commit
7bab856643
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user