Пример #1
0
 /// <summary author="Jared Greenfield" created="2019/02/20">
 /// ItemTypeManager Is an implementation of the IItemTypeManager Interface meant to interact with the mock accessor
 /// </summary>
 public ItemTypeManagerMSSQL(ItemTypeAccessorMock itemTypeAccessorMock)
 {
     _itemTypeAccessor = itemTypeAccessorMock;
 }
 public void testSetup()
 {
     _mock            = new ItemTypeAccessorMock();
     _itemTypeManager = new ItemTypeManagerMSSQL(_mock);
 }