17 lines
315 B
C#
17 lines
315 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace bsmd.dbh
|
|
{
|
|
internal static class ResponseUtil
|
|
{
|
|
internal static bool Read(string inputFile)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|
|
}
|