More additions, lucky card based on day, redo of migrations because i messed up
This commit is contained in:
10
TOOHUCardAPI/Data/Services/RankService.cs
Normal file
10
TOOHUCardAPI/Data/Services/RankService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace TOOHUCardAPI.Data.Services
|
||||
{
|
||||
public class RankService
|
||||
{
|
||||
private readonly ILogger<RankService> _logger;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user