Nu har det tillkommit en source med data för demo

This commit is contained in:
2019-11-26 20:16:47 +01:00
parent 6d5fa6ae26
commit 879bd161a3
8 changed files with 2911 additions and 84 deletions

View File

@ -4,7 +4,7 @@ using System.Data.SqlTypes;
using System.Linq;
using System.Text;
namespace Books.Console
namespace Books.ConsoleApp
{
public static class SearchByAuthor
{
@ -78,8 +78,8 @@ namespace Books.Console
{
}
public class Book
{
//public class Book
//{
}
//}
}