Exemplo n.º 1
0
        public tblItemType AddItemtype(string ItemType)
        {
            var add = new tblItemType()
            {
                ItemType = ItemType
            };

            return(add);
        }
Exemplo n.º 2
0
 public void AddTypes(tblItemType obj)
 {
     context.tblItemTypes.Add(obj);
 }