mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-05 03:14:12 +02:00
make backend for my site
This commit is contained in:
@@ -4,9 +4,9 @@ using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using yaflay.ru.Auth;
|
||||
using yawaflua.ru.Auth;
|
||||
|
||||
namespace yaflay.ru.Database.Tables;
|
||||
namespace yawaflua.ru.Database.Tables;
|
||||
|
||||
[Table("ApiKeys", Schema = "public")]
|
||||
public class ApiKey
|
||||
|
||||
Reference in New Issue
Block a user