コード例 #1
0
        internal static LibraryPrepKit GetLibraryPrepKit(IBaseSpaceClient client, string libraryPrepKitId)
        {
            var libraryPrepKit = client.GetLibraryPrepKit(new GetLibraryPrepKitIdRequest(libraryPrepKitId));

            Assert.NotNull(libraryPrepKit.Response);
            return(libraryPrepKit.Response);
        }
コード例 #2
0
 internal static LibraryPrepKit GetLibraryPrepKit(IBaseSpaceClient client, string libraryPrepKitId)
 {
     var libraryPrepKit = client.GetLibraryPrepKit(new GetLibraryPrepKitIdRequest(libraryPrepKitId));
     Assert.NotNull(libraryPrepKit.Response);
     return libraryPrepKit.Response;
 }