Ejemplo n.º 1
0
 public PostService(IMapper _mapper, AutoMyDBContext _database)
 {
     mapper   = _mapper;
     database = _database;
 }
Ejemplo n.º 2
0
 public CategoryService(IMapper _mapper, AutoMyDBContext _database)
 {
     mapper   = _mapper;
     database = _database;
 }