package recipient import ( "github.com/tech/sendico/pkg/mservice" "github.com/tech/sendico/server/interface/api" recipientimp "github.com/tech/sendico/server/internal/server/paymethodsimp" ) func Create(a api.API) (mservice.MicroService, error) { return recipientimp.CreateAPI(a) }