Add File-Overview comments, move out of place comments
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/**
|
||||
* @overview Life of German Reallife - DatabaseContext.cs
|
||||
* @author VegaZ
|
||||
* @copyright (c) 2008 - 2018 Life of German
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Metadata;
|
||||
|
||||
/**
|
||||
* @overview Life of German Reallife - DatabaseContext.cs
|
||||
* @author VegaZ
|
||||
* @copyright (c) 2008 - 2018 Life of German
|
||||
*/
|
||||
|
||||
namespace reallife_gamemode.Model
|
||||
{
|
||||
public partial class DatabaseContext : DbContext
|
||||
@@ -35,6 +35,5 @@ namespace reallife_gamemode.Model
|
||||
}
|
||||
|
||||
public DbSet<Server.Entities.User> Users { get; set; }
|
||||
public DbSet<Server.Entities.Character> Characters { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user