7 lines
177 B
C#
7 lines
177 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IDeleteBuildingService
|
|
{
|
|
void Delete(Building building, DeleteBuildingOptions options);
|
|
}
|
|
} |