예제 #1
0
 /// <summary>
 /// Determines whether the space can handle the object.
 /// </summary>
 /// <param name="model"></param>
 /// <returns></returns>
 public override bool CanHandle(object model)
 {
     return(_token.CanHandle(model));
 }