Documentation & code cleanup
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
using Logic;
|
||||
using Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Xml.Linq;
|
||||
|
||||
namespace Tests.Mocks
|
||||
{
|
||||
@@ -16,7 +9,7 @@ namespace Tests.Mocks
|
||||
private List<Announcement> announcements;
|
||||
private int currentId;
|
||||
|
||||
public AnnouncementRepositoryFake()
|
||||
public AnnouncementRepositoryFake()
|
||||
{
|
||||
announcements = new List<Announcement>();
|
||||
currentId = 1;
|
||||
|
Reference in New Issue
Block a user