Esempio n. 1
0
 public Cook Get(int entityID)
 {
     return(_cookRepository.Get(x => x.CookID == entityID));
 }