Exemple #1
0
        public tblItemType AddItemtype(string ItemType)
        {
            var add = new tblItemType()
            {
                ItemType = ItemType
            };

            return(add);
        }
Exemple #2
0
 public void AddTypes(tblItemType obj)
 {
     context.tblItemTypes.Add(obj);
 }