GenericRepositoryExtensions public static class GenericRepositoryExtensions Documentation public static int CreateItem<T>(this GenericRepository<T> repo, T artifact) where T : Artifact public static T DeleteItem<T>(this GenericRepository<T> repo, int artifactID) where T : Artifact public static T ReadItem<T>(this GenericRepository<T> repo, int artifactID, IEnumerable<FieldValue> fields) where T : Artifact public static T UpdateItem<T>(this GenericRepository<T> repo, T artifact) where T : Artifact