Esempio n. 1
0
 public Law GetById(Guid id)
 {
     return(_emailRepository.GetById(id));
 }