コード例 #1
0
 public DetachedController(IDetachedService <TEntity, TQuery> detachedService)
 {
     _detachedService = detachedService;
 }