Added NLog, Added UserService, Added database and seed seed
This commit is contained in:
11
Birdmap.DAL/Entities/Service.cs
Normal file
11
Birdmap.DAL/Entities/Service.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Birdmap.DAL.Entities
|
||||
{
|
||||
public class Service
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public Uri Uri { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user