Exemplo n.º 1
0
 public BaseModel GetObjectByID(Int64 value)
 {
     try
     {
         return(baseFacade.GetObjectByID(value));
     }
     catch (FacadeException fx)
     {
         return(null);
     }
 }