Ejemplo n.º 1
0
 public ICollection <object> GetAllSubSubSubAccountNameBySearchTermAndAccountPrefix(string searchTerm, string accountPrefix)
 {
     return(_iCommonGateway.GetAllSubSubSubAccountNameBySearchTermAndAccountPrefix(searchTerm, accountPrefix));
 }