15 lines
247 B
C#
15 lines
247 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace AutoPekage
|
|||
|
{
|
|||
|
public class StmpServerDao
|
|||
|
{
|
|||
|
public string ServerName { get; set; }
|
|||
|
|
|||
|
public string Stmp { get; set; }
|
|||
|
}
|
|||
|
}
|