예제 #1
0
 public RestResult RemoveRuntimeMicrotype(IRuntimeMicrotype microtype)
 {
     _microtypes.Remove(microtype);
     return(this);
 }
예제 #2
0
 public RestResult AddRuntimeMicrotype(IRuntimeMicrotype microtype)
 {
     _microtypes.Add(microtype);
     return(this);
 }