Esempio n. 1
0
 public ActionResult AddItemToGroup(Itemgroup Group, Item Item)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public ActionResult CreateGroup(Itemgroup Group)
 {
     throw new NotImplementedException();
 }