单项选择题

A.Youneedtoaddadeleteoperation.Youimplementthedeletemethodasfollows.stringvoidDeleteItems(stringid);YouneedtoconfigureWCFtocallthismethodwhentheclientcallstheservicewiththeHTTPDELETEoperation.Whatshouldyoudo?()
A.AddtheWebInvoke(UriTemplate="/Items/{id}",Method="DELETE")attributetotheoperation.
B.AddtheHttpDeleteattributetotheoperation.
C.ReplacethestringparameterwithaRemovedActivityActionparameter.
D.ReplacethereturntypewithRemovedActivityAction.