Ajout des régions Variables et Setup

develop
jboinembalome 4 years ago
parent b2bea37630
commit b8072d67fa
  1. 8
      EPAServeur.Tests/Services/FormationServiceTests.cs

@ -14,8 +14,14 @@ namespace EPAServeur.Tests
{
public class FormationServiceTests
{
#region Variables
private EpContext epContext;
#endregion
#region Setup
[SetUp]
public void Setup()
{
@ -41,6 +47,8 @@ namespace EPAServeur.Tests
}
}
#endregion
#region Tests GetFormationById et GetFormationByIdAsync
[Test]

Loading…
Cancel
Save