예제 #1
0
 public ShareHolderController(IShareHolderService shareHolderService)
 {
     _shareHolderService = shareHolderService;
 }
 public ShareHolder_RestrictController(IShareHolderService ShareHolder_RestrictService)
 {
     _ShareHolder_RestrictService = ShareHolder_RestrictService;
 }