перевод на передачу с обозначением схемы
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user