Example #1
0
 public Data.Model.Communication GetByID(int id)
 {
     return(_service.GetByID(id));
 }