summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Presentation/Presenters/IUpdateCustomerRegistrationPresenter.cs
blob: f74171c9fbf542ce60afc466051d2aa72103c0fe (plain)
1
2
3
4
5
6
7
namespace Marina.Presentation.Presenters {
	public interface IUpdateCustomerRegistrationPresenter {
		void Initialize( );

		void UpdateRegistration( );
	}
}