16 lines
269 B
C#
16 lines
269 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace IOB_UT_NEXT.Config.Base
|
|
{
|
|
/// <summary>
|
|
/// Dati relativi al cliente
|
|
/// </summary>
|
|
public class CustomerDto
|
|
{
|
|
}
|
|
}
|