Petr Makarov
Results
1
issues of
Petr Makarov
# Models public class CustomerDetials { public string FullName { get; set; } } public class ServiceDetials { public string Name { get; set; } } # Controllers //http://localhost/customer/details public...
bug