Ejemplo n.º 1
0
 public System.Threading.Tasks.Task PostAdAsync(string title, string content, string location, MvcClient.SasPrivate.AdType type)
 {
     return(base.Channel.PostAdAsync(title, content, location, type));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task EditAdAsync(string id, string title, string content, string locationName, MvcClient.SasPrivate.AdType type)
 {
     return(base.Channel.EditAdAsync(id, title, content, locationName, type));
 }
Ejemplo n.º 3
0
 public void PostAd(string title, string content, string location, MvcClient.SasPrivate.AdType type)
 {
     base.Channel.PostAd(title, content, location, type);
 }
Ejemplo n.º 4
0
 public void EditAd(string id, string title, string content, string locationName, MvcClient.SasPrivate.AdType type)
 {
     base.Channel.EditAd(id, title, content, locationName, type);
 }