Beispiel #1
0
 public override bool FastProcess(IFast parameter)
 {
     return(true);
 }
Beispiel #2
0
 public virtual bool FastProcess(IFast parameter)
 {
     throw new NotImplementedException("This Service cannot be called from here for it requires to be executed safely.");
 }