示例#1
0
 public FaceMapper(
     IBoxMapper boxMapper,
     IEmotionMapper emotionMapper,
     ILandmarkMapper landmarkMapper)
 {
     _boxMapper      = boxMapper;
     _emotionMapper  = emotionMapper;
     _landmarkMapper = landmarkMapper;
 }
示例#2
0
 public CelebritiesMapper(IBoxMapper boxMapper)
 {
     _boxMapper = boxMapper;
 }