Exemple #1
0
 public Shortcut GetById(string business_id, string id)
 {
     return(_shortcutRepository.GetById(business_id, id));
 }