Esempio n. 1
0
 public KmStandView GetById(Guid id)
 {
     return(_context.Find(typeof(KmStandView), id) as KmStandView);
 }