Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public class RaporOlusturma
  2. {
  3. /// <summary>
  4. /// Rapor oluşturmak için kullanılan metod
  5. /// </summary>
  6. /// <param name="em"></param>
  7. public void RaporOlustur(Employee em)
  8. {
  9. // Employee verilerine ait rapor oluşturma.
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement