9 lines
No EOL
114 B
C#
9 lines
No EOL
114 B
C#
using Microsoft.Data.Sqlite;
|
|
|
|
namespace BuecherwurmAPI.Models
|
|
{
|
|
public interface IModel
|
|
{
|
|
|
|
}
|
|
} |