Exemplo n.º 1
0
        public static bool End(System.Guid managerId, System.Int32 status, DbTransaction trans = null, string zoneId = "")
        {
            CrossladderHookProvider provider = new CrossladderHookProvider(zoneId);

            return(provider.End(managerId, status, trans));
        }