Esempio 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);
        }
Esempio n. 2
0
 public void Update(DataPointTypeDto dto)
 {
     throw new NotImplementedException();
 }