Exemple #1
0
 public System.Threading.Tasks.Task <string[]> getCourceByRoleAsync(INI.ChamiloWS.Role role)
 {
     return(base.Channel.getCourceByRoleAsync(role));
 }
Exemple #2
0
 public string[] getCourceByRole(INI.ChamiloWS.Role role)
 {
     return(base.Channel.getCourceByRole(role));
 }