コード例 #1
0
 public MyClassImplementingInterface(IMyParamTypeInterface myService)
 {
     MyService = myService;
 }
		public MyClassImplementingInterfaceWithMetadata(IMyParamTypeInterface myService)
		{
			MyService = myService;
		}