Last-Modified: Sun, 26 Jul 2026 06:22:25 GMT Expires: Wed, 23 Jul 2036 06:22:25 GMT
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Tango.Transport.Web; namespace Tango.PPC.Common.Web { public class UploadCompletedResponse : WebResponseMessage { } }
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Tango.Transport.Web; namespace Tango.PPC.Common.Web { public class UploadCompletedResponse : WebResponseMessage { } }