Example #1
0
 internal IEnumerable <Message> Get(string nameIdentifier)
 {
     return(_repo.Get(nameIdentifier));
 }