automated dev commit
This commit is contained in:
commit
7551b4d824
18 changed files with 870 additions and 0 deletions
11
Services/IWsServicioDeInformacion.cs
Normal file
11
Services/IWsServicioDeInformacion.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using SoapService.Models;
|
||||
using System.ServiceModel;
|
||||
|
||||
namespace SoapService.Services;
|
||||
|
||||
[ServiceContract(Namespace = "http://dnic.gub.uy/")]
|
||||
public interface IWsServicioDeInformacion
|
||||
{
|
||||
[OperationContract]
|
||||
ResultObtDocDigitalizado ObtDocDigitalizado(ParamObtDocDigitalizado param);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue