예제 #1
0
 public Invoice FindById(int?id)
 {
     return(repo.Read(id));
 }