Exemplo n.º 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;
 }
Exemplo n.º 2
0
 /// <summary author="Jared Greenfield" created="2019/02/20">
 /// ItemTypeManager Is an implementation of the IItemTypeManager Interface meant to interact with the ItemType Accessor
 /// </summary>
 public ItemTypeManagerMSSQL()
 {
     _itemTypeAccessor = new ItemTypeAccessorMSSQL();
 }