namespace Spring.Data{ public interface IAccountCreditDao { void CreateCredit(float creditAmount); } }