Interface ICourseCopyProcessDetailService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public interface ICourseCopyProcessDetailService : IEntityService<CourseCopyProcessDetailEntity>, IService
Methods
PostOpenBatchCourses(PostOpenBatchCoursesRequest)
Copies the course
Declaration
PostOpenBatchCoursesResponse PostOpenBatchCourses(PostOpenBatchCoursesRequest request)
Parameters
Type | Name | Description |
---|---|---|
PostOpenBatchCoursesRequest | request |
Returns
Type | Description |
---|---|
PostOpenBatchCoursesResponse | PostOpenBatchCoursesResponse |