Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94f2c60a08 | ||
|
|
e54574147a | ||
|
|
9045e90326 |
@@ -2,11 +2,12 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using SquirrelContract.DataModels;
|
||||
using SquirrelContract.Exceptions;
|
||||
using SquirrelContract.StoragesContracts;
|
||||
using SquirrelDatabase.Models;
|
||||
|
||||
namespace SquirrelDatabase.Implementations;
|
||||
|
||||
public class SaleStorageContract
|
||||
public class SaleStorageContract : ISaleStorageContract
|
||||
{
|
||||
private readonly SquirrelDbContext _dbContext;
|
||||
private readonly Mapper _mapper;
|
||||
|
||||
Reference in New Issue
Block a user