create abstract method

Future<ICollegeStudent> create(
  1. ICollegeStudent collegeStudent
)
override

Implementation

Future<ICollegeStudent> create(ICollegeStudent collegeStudent,);