Ejemplo n.º 1
0
 public static TEither ToTEither(
     this IStgCtrl src,
     int time)
 => new TEither(src, time);
Ejemplo n.º 2
0
 public static TEither ToTEither(
     this IStgCtrl src)
 => new TEither(src);