This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// *** All credits for the base idea to JajQ / Volkan Ceylan *** | |
using Serenity.Data; | |
using System; | |
using System.Data.SqlClient; | |
using <your solution name>; // Enter the namespace of your solution here | |
namespace Serenity.Services | |
{ | |
public class DeleteRequestHandlerFK<TRow> : DeleteRequestHandler<TRow> |