Пример #1
0
 public IEnumerable <MailConfig> GetAll(string[] includes = null)
 {
     return(_mailConfigRepository.GetAll(includes));
 }