Inventory and Type reports
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Heroic.AutoMapper;
|
||||
using InventoryTraker.Web.Core;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace InventoryTraker.Web.Tests
|
||||
{
|
||||
[SetUpFixture]
|
||||
public class Setup
|
||||
{
|
||||
[OneTimeSetUp]
|
||||
public void S()
|
||||
{
|
||||
HeroicAutoMapperConfigurator.LoadMapsFromAssemblyContainingTypeAndReferencedAssemblies<Inventory>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user