Exemplo n.º 1
0
 public async Task WhenJeDemandeLaCreationDeLaPeriodePourLeMoisEtLAnnee(int month, int year)
 {
     try
     {
         await FakeServer.CreatePeriod(month, year);
     }
     catch (HttpServerError e)
     {
         TestContext.AddError(e);
     }
 }