namespace Win_in.Sfs.Basedata { /* Inherit from this class for your application layer tests. * See SampleAppService_Tests for example. */ public abstract class BasedataApplicationTestBase : BasedataTestBase { } }