public static string InstanceNewAndNewImplementFromInterface(int value) { IInterfaceType1 inst = new InstanceNewAndNewImplementType(); return(inst.GetStringFromInt32(value)); }
public static string InstanceNewAndNewImplement(int value) { var inst = new InstanceNewAndNewImplementType(); return(inst.GetStringFromInt32(value)); }