Skip to content

Instantly share code, notes, and snippets.

@mr5z
Last active June 1, 2019 18:09
Show Gist options
  • Save mr5z/2680b82b3d0c5223878393144b9d88a7 to your computer and use it in GitHub Desktop.
Save mr5z/2680b82b3d0c5223878393144b9d88a7 to your computer and use it in GitHub Desktop.
Xamarin
- Services
- Airplanes : IAirplanes
- typeof(SharedCode.Contracts.Services.GetAirplanes) GetAirplanes() { ... }
// wait...
// OHHHH!!
- List<Airplanes> GetAirplanes() { ... }
SharedCode
- Contracts
- Services
- IAirplanes
- List<Airplane> GetAirplanes();
ASP
- Services
- Airplanes : IAirplanes
- List<Airplanes> GetAirplanes() { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment