Ejemplo n.º 1
0
 public static async Task <OperationResponse> DestroyAsync <T>(ParamList parameters, string connectionName = null, bool captureException = false, string schema = null, DbConnection connection = null)
     where T : class
 {
     return(await DestroyAsync <T>(parameters.GetParameters(typeof(T), OperationDestroy), connectionName, captureException, schema, connection));
 }