You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/samples/BookStore/test/Acme.BookStore.Application..../BookStoreApplicationTestBas...

8 lines
153 B

namespace Acme.BookStore
7 years ago
{
public abstract class BookStoreApplicationTestBase : BookStoreTestBase<BookStoreApplicationTestModule>
7 years ago
{
7 years ago
}
}