Example #1
0
 public async Task Update(Data.CandidatePhoto candidatePhoto)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public async Task Create(Data.CandidatePhoto candidatePhoto)
 {
     await _context.CandidatePhotos.AddAsync(candidatePhoto);
 }