Ejemplo n.º 1
0
 public CommandResult <int> GetDrawCount(LoadDrawCountParameter LoadDrawCountParameter)
 {
     return(new LoadDrawCountCommand().Execute(LoadDrawCountParameter));
 }
Ejemplo n.º 2
0
 public CommandResult <int> AddDrawCountCommand(LoadDrawCountParameter AddDrawCountParameter)
 {
     return(new LoadDrawCountCommand().Execute(AddDrawCountParameter));
 }