16 lines
326 B
C#
16 lines
326 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using SOH.Data;
|
|
using SOH.Entities.DTO;
|
|
|
|
namespace SOH.BLL
|
|
{
|
|
public interface IC14
|
|
{
|
|
dto_gzb GetGzb(string tmh);
|
|
OperationResult uploadC14(int sampleno, DateTime jydate, string xm, string jg, string jyy);
|
|
}
|
|
}
|