using System.ServiceModel; namespace SSWMS.Common { [ServiceContract] public partial interface I_ERPService { [OperationContract] bool FireAlarm(string CELL_CODE, string Alarm_Type, out string sResult); } }