コード例 #1
0
 public Employee Find(Guid id)
 {
     return(_storage.Find(id));
 }