123456789101112131415161718192021222324 |
- using System;
- using System.Reflection;
- [assembly: System.Reflection.AssemblyCompanyAttribute("PaymentSystem.Api")]
- [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
- [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
- [assembly: System.Reflection.AssemblyProductAttribute("PaymentSystem.Api")]
- [assembly: System.Reflection.AssemblyTitleAttribute("PaymentSystem.Api")]
- [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|