2024-12-10 13:59:43 +01:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
2025-01-20 15:54:17 +01:00
|
|
|
|
using System.Runtime.Serialization;
|
2024-12-10 13:59:43 +01:00
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
namespace BS.Shared.DataContracts
|
|
|
|
|
|
{
|
2025-01-20 15:54:17 +01:00
|
|
|
|
[DataContract]
|
|
|
|
|
|
public class OwnSoftRequest : IDataContract
|
2024-12-10 13:59:43 +01:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|