TFS_ANTIGUO/ControlGestiones/Sistema CGC/Gestion.DAL/AgenciaDAL.cs

12 lines
160 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Gestion.DAL
{
class AgenciaDAL
{
}
}