Ejemplo n.º 1
0
 public RestResult RemoveRuntimeMicrotype(IRuntimeMicrotype microtype)
 {
     _microtypes.Remove(microtype);
     return(this);
 }
Ejemplo n.º 2
0
 public RestResult AddRuntimeMicrotype(IRuntimeMicrotype microtype)
 {
     _microtypes.Add(microtype);
     return(this);
 }