Guest User

Untitled

a guest
Jan 22nd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class SalesReportsRepositoryTests : RepositoryTests
  2. {
  3. private readonly ISalesReportRepository reportsRepository;
  4.  
  5. public SalesReportsRepositoryTests()
  6. {
  7. this.salesReportsRepository = new SalesReportRepository(base.Context);
  8. }
  9. }
Add Comment
Please, Sign In to add comment