Beispiel #1
0
 public T GetByID(int id)
 {
     return(LoanSet.Find(id));
 }
Beispiel #2
0
 public T GetByCode(byte code)
 {
     return(LoanSet.Find(code));
 }