コード例 #1
0
 protected async Task <bool> ExistHairColorForHabitant(Habitant habitant)
 {
     return((await hairColorReadonlyRepository.FindAsync(habitant.HairColor.Id).ConfigureAwait(false)).HasValue);
 }