Esempio n. 1
0
 public ShareEntity Get(int id)
 {
     if (id < 1)
     {
         return(null);
     }
     return(_shareRepo.Get(id));
 }