예제 #1
0
 public FriendApiController(IFriendEntityContext context, IAutoMapper mapper)
 {
     _dbContext = context;
     _mapper    = mapper;
 }
예제 #2
0
 public FriendController(IFriendEntityContext context, IAutoMapper mapper)
 {
     entities = context;
     _mapper  = mapper;
 }