Пример #1
0
        private static string GetServiceName(IDependingService service)
        {
            string name = GetServiceName(service.Service);

            if (string.IsNullOrWhiteSpace(name))
            {
                name = service.ServiceName;
            }
            return(name);
        }
		private static string GetServiceName(IDependingService service)
		{
			string name = GetServiceName(service.Service);
			if (string.IsNullOrWhiteSpace(name))
			{
				name = service.ServiceName;
			}
			return name;
		}