Example:
public class BusinessTransactionFactory where T : IBusinessTransaction { readonly Func _createTransactio
Yes, that is perfectly acceptable, although if you are using a container, more and more of them now support auto typed factories which would be preferable.