Esempio n. 1
0
 public IEnumerable <string> GetBranches(string id)
 {
     return(_setupRepository.GetBranchNames(id));
 }