TFS_ANTIGUO/AYA.SlnSynor/AYA.SlnSynorModel/Constantes/Constantes.cs
jnunez 83b5c2abd7 Segundo
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C4
2018-06-05 22:51:02 +00:00

17 lines
344 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AYA.SlnSynorModel.Constantes
{
class Constantes
{
}
public class EnumRespuesta
{
public static string EXITOSO = "1";
public static string FALLIDO = "0";
}
}