コード例 #1
0
 public Carro FindByKey(Guid key)
 {
     return(_carrorepository.FindByKey(key));
 }