перевод на передачу с обозначением схемы

This commit is contained in:
2025-02-12 12:34:54 +03:00
parent 318484025d
commit 5032fa28e8
18 changed files with 143 additions and 62 deletions
+15
View File
@@ -11,4 +11,19 @@ public class LoadTestImp : ILoadTest
{
return last + 1;
}
public int Last(int next)
{
return next - 1;
}
public void C()
{
throw new NotImplementedException();
}
public void A()
{
throw new NotImplementedException();
}
}