Код: Выделить всё
using (var client = new SubmissionServiceClient())
{
var result = client.SubmitForm(model);
// ...
}
Подробнее здесь: https://stackoverflow.com/questions/796 ... vc-project
Код: Выделить всё
using (var client = new SubmissionServiceClient())
{
var result = client.SubmitForm(model);
// ...
}