a) If DDD application is implemented using Onion Architecture, would Application layer reside within the Onion's Application Service layer?
b) In Onion's Object Services layer we put interfaces that provide infrastructure behavior ( such as ISendEmail or IRepository ), but what kind of behavior should interfaces in Onion's Application Service layer provide?
Thank you