Beispiel #1
0
 public async Task <Administrator> Insert(Administrator entity)
 {
     return(await _administratorRepository.Insert(entity));
 }