5 lines
55 B
C#
5 lines
55 B
C#
public interface IBatchUpdate
|
|
{
|
|
void BatchUpdate();
|
|
}
|
public interface IBatchUpdate
|
|
{
|
|
void BatchUpdate();
|
|
}
|