Exemple #1
0
 public System.Threading.Tasks.Task <MyPhotos.MyItems[]> GetItemsByPropertyAsync(MyPhotos.Dinamic property)
 {
     return(base.Channel.GetItemsByPropertyAsync(property));
 }
Exemple #2
0
 public MyPhotos.MyItems[] GetItemsByProperty(MyPhotos.Dinamic property)
 {
     return(base.Channel.GetItemsByProperty(property));
 }