Esempio n. 1
0
 public DocumentType GetById(int id)
 {
     return(_Repository.GetSingleById(id));
 }