Exemplo n.º 1
0
        public Guid Insert(DataPointTypeDto dto)
        {
            Guid newId = Guid.NewGuid();

            //_connection.Query<int>(DataPointTypeSql.Insert, new { dto.Name, dto.ClrType, Id = newId });

            return(newId);
        }
Exemplo n.º 2
0
 public void Update(DataPointTypeDto dto)
 {
     throw new NotImplementedException();
 }