by Phil Adams
28. October 2009 11:04
using System; using Microsoft.Crm.Sdk; /// <summary> /// Converts Crm types to and from system types. /// </summary> /// <remarks> /// TODO: Move into CRM Assembly. /// </remarks> public static class CrmConverter { ...
[More]