using COA.EnterpriseServices.DataAccess.Models; using System; using System.Collections.Generic; using System.Text; namespace COA.EnterpriseServices.DataAccess { public class CreditorHelper { public Creditor GetCreditor(int id) { } } }