public void TestItem() { Item i = itdal.CheckItemId(1); Assert.Null(i); }
public Item CheckItemById(int itemid) { return(idal.CheckItemId(itemid)); }