Exemple #1
0
 public FriendResponsesController(WebApi_FriendsContext context)
 {
     _context = context;
 }
Exemple #2
0
 public FriendsController(WebApi_FriendsContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }