10 lines
165 B
C#
10 lines
165 B
C#
namespace Core.Services;
|
|
|
|
public class MatchLocationService
|
|
{
|
|
public void DeleteGroup(object info)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|