Beispiel #1
0
 public static Fault GetById(int id)
 {
     return(FaultConverter.ToDTO(FaultDAL.GetById(id)));
 }