Exemple #1
0
 public Shift FindById(int id)
 {
     return(rep.FindById(id));
 }