Esempio n. 1
0
 public ProjetcUser Get(int id)
 {
     try {
         return(rep.GetSingle(id));
     }
     catch {
         return(null);
     }
 }