Method CreateAsync<TProps>(TProps)
Create a new object with initialized properties
Automatically determines scheme by TProps type
public static Task<RedbObject<TProps>> CreateAsync<TProps>(TProps properties) where TProps : class, new()
Create a new object with initialized properties
Automatically determines scheme by TProps type
public static Task<RedbObject<TProps>> CreateAsync<TProps>(TProps properties) where TProps : class, new()