For example, my method of service should return collection of objects.
I can declare it as:
public interface IBillComService
{
Task> RecurringInvoiceListAsync(int start,
}
or:
public interface IBillComService
{
Task> RecurringInvoiceListAsync(int start,
}
What is more preferred?
No comments:
Post a Comment