Новый адрес API и обновил библиотеки.
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
This commit is contained in:
@@ -3,7 +3,7 @@ using Strela.Models;
|
||||
|
||||
namespace Strela.Services
|
||||
{
|
||||
public class SQLiteService: DbContext
|
||||
public class SQLiteService : DbContext
|
||||
{
|
||||
public SQLiteService() => Database.EnsureCreated();
|
||||
public virtual DbSet<User> Users { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user