Added interface

This commit is contained in:
alexandre-spieser
2017-08-27 15:37:06 +00:00
parent 63c3b0f642
commit c24fa78907
5 changed files with 339 additions and 151 deletions
+12
View File
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IntegrationTests
{
class UpdateTests
{
}
}