Beispiel #1
0
 public Orders GetById(int id)
 {
     return(_databaseInstance.GetById <Orders>(TableName, id));
 }